Searched refs:tcp_ao_info_opt (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h357 extern int test_get_ao_info(int sk, struct tcp_ao_info_opt *out);
358 extern int test_set_ao_info(int sk, struct tcp_ao_info_opt *in);
361 extern int test_cmp_getsockopt_setsockopt_ao(const struct tcp_ao_info_opt *a,
362 const struct tcp_ao_info_opt *b);
404 static inline int test_verify_socket_ao(int sk, struct tcp_ao_info_opt *ao)
406 struct tcp_ao_info_opt ao2 = {};
418 struct tcp_ao_info_opt ao = {};
H A Dsock.c205 int test_get_ao_info(int sk, struct tcp_ao_info_opt *out)
218 int test_set_ao_info(int sk, struct tcp_ao_info_opt *in)
301 int test_cmp_getsockopt_setsockopt_ao(const struct tcp_ao_info_opt *a,
302 const struct tcp_ao_info_opt *b)
340 struct tcp_ao_info_opt info = {};
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c21 static void test_vefify_ao_info(int sk, struct tcp_ao_info_opt *info,
24 struct tcp_ao_info_opt tmp = {};
117 len = sizeof(struct tcp_ao_info_opt);
156 struct tcp_ao_info_opt *info = optval;
161 memset(info, 0, sizeof(struct tcp_ao_info_opt));
189 struct tcp_ao_info_opt info;
226 offsetof(struct tcp_ao_info_opt, pkt_dropped_icmp));
499 struct tcp_ao_info_opt info;
H A Dkey-management.c69 struct tcp_ao_info_opt ao_info = {};
144 struct tcp_ao_info_opt ao_info = {};
196 struct tcp_ao_info_opt ao_info = {};
279 struct tcp_ao_info_opt ao_info = {};
552 struct tcp_ao_info_opt ao_info = {};
/linux-master/include/uapi/linux/
H A Dtcp.h411 struct tcp_ao_info_opt { /* setsockopt(TCP_AO_INFO), getsockopt(TCP_AO_INFO) */ struct
/linux-master/net/ipv4/
H A Dtcp_ao.c1935 struct tcp_ao_info_opt cmd;
2289 struct tcp_ao_info_opt out, in = {};
2301 * that may be needed to extend (struct tcp_ao_info_opt) and

Completed in 222 milliseconds