Home
last modified time | relevance | path

Searched refs:tcp_ao_del (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c115 len = sizeof(struct tcp_ao_del); in setsockopt_checked()
145 struct tcp_ao_del *del = optval; in prepare_defs()
150 memset(del, 0, sizeof(struct tcp_ao_del)); in prepare_defs()
189 struct tcp_ao_del del; in test_extend()
226 offsetof(struct tcp_ao_del, keyflags)); in extend_tests()
383 struct tcp_ao_del del; in test_einval_del_key()
H A Dbench-lookups.c130 struct tcp_ao_del *ao = arg; in delete_mkt()
149 struct tcp_ao_del ao_del = {}; in bench_delete()
H A Dkey-management.c71 struct tcp_ao_del del = {}; in test_del_key()
/linux/Documentation/networking/
H A Dtcp_ao.rst299 ``setsockopt(TCP_AO_DEL_KEY)`` command may specify ``tcp_ao_del::current_key``
300 + ``tcp_ao_del::set_current`` and/or ``tcp_ao_del::rnext``
301 + ``tcp_ao_del::set_rnext`` which makes such delete "forced": it
389 and ``tcp_ao_del``.
/linux/include/uapi/linux/
H A Dtcp.h397 struct tcp_ao_del { /* setsockopt(TCP_AO_DEL_KEY) */ struct
/linux/net/ipv4/
H A Dtcp_ao.c1819 struct tcp_ao_del cmd; in tcp_ao_del_cmd()