Searched refs:cookie_expected_value (Results 1 – 3 of 3) sorted by relevance
18 uint64_t cookie_expected_value; in test_netns_cookie() local19 socklen_t vallen = sizeof(cookie_expected_value); in test_netns_cookie()59 &cookie_expected_value, &vallen); in test_netns_cookie()63 ASSERT_EQ(val, cookie_expected_value, "cookie_value"); in test_netns_cookie()70 ASSERT_EQ(val, cookie_expected_value, "cookie_value"); in test_netns_cookie()
21 __u32 cookie_expected_value; in test_socket_cookie() local65 cookie_expected_value = (ntohs(addr.sin6_port) << 8) | 0xFF; in test_socket_cookie()66 ASSERT_EQ(val.cookie_value, cookie_expected_value, "cookie_value"); in test_socket_cookie()
73 __u32 cookie_expected_value; in test_attach_cgroup() local113 cookie_expected_value = (ntohs(addr.sin6_port) << 8) | 0xFF; in test_attach_cgroup()114 ASSERT_EQ(val.cookie_value, cookie_expected_value, "cookie_value"); in test_attach_cgroup()
Completed in 5 milliseconds