Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c117 case TCP_AO_INFO: in setsockopt_checked()
157 case TCP_AO_INFO: { in prepare_defs()
504 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
509 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
514 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
520 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
524 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
528 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
532 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
549 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
[all …]
/linux-6.15/include/uapi/linux/
H A Dtcp.h137 #define TCP_AO_INFO 40 /* Set/list TCP-AO per-socket options */ macro
/linux-6.15/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c282 if (getsockopt(sk, IPPROTO_TCP, TCP_AO_INFO, out, &sz)) in test_get_ao_info()
295 if (setsockopt(sk, IPPROTO_TCP, TCP_AO_INFO, in, sz)) in test_set_ao_info()
/linux-6.15/Documentation/networking/
H A Dtcp_ao.rst308 The usual/normal key-rotation can be performed with ``setsockopt(TCP_AO_INFO)``.
311 The corresponding ``getsockopt(TCP_AO_INFO)`` can be used to get those
/linux-6.15/net/ipv4/
H A Dtcp.c3975 case TCP_AO_INFO: { in do_tcp_setsockopt()
4673 case TCP_AO_INFO: { in do_tcp_getsockopt()
H A Dtcp_ao.c2058 case TCP_AO_INFO: in tcp_parse_ao()