Searched refs:expectedMsgLength (Results 1 – 1 of 1) sorted by relevance
267 size_t expectedMsgLength = NLMSG_HDRLEN + NLMSG_ALIGN(sizeof(xfrm_userspi_info)); in TEST_P() local272 .WillOnce(DoAll(SaveFlattenedIovecs<1>(&nlMsgBuf), Return(expectedMsgLength))); in TEST_P()283 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()328 size_t expectedMsgLength = in testIpSecAddSecurityAssociation() local338 expectedMsgLength += params.getTunnelInterfaceNlAttrsLen(); in testIpSecAddSecurityAssociation()364 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in testIpSecAddSecurityAssociation()597 size_t expectedMsgLength = NLMSG_HDRLEN + NLMSG_ALIGN(sizeof(xfrm_usersa_id)) + in TEST_P() local612 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()663 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()738 EXPECT_EQ(expectedMsgLength, nlMsgBuf.size()); in TEST_P()[all …]