Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c115 case TCP_AO_INFO: in setsockopt_checked()
155 case TCP_AO_INFO: { in prepare_defs()
502 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
507 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
512 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
518 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
522 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
526 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
530 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
547 sk = prepare_defs(TCP_AO_INFO, &info); in test_einval_ao_info()
[all …]
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c211 if (getsockopt(sk, IPPROTO_TCP, TCP_AO_INFO, out, &sz)) in test_get_ao_info()
224 if (setsockopt(sk, IPPROTO_TCP, TCP_AO_INFO, in, sz)) in test_set_ao_info()
/linux/include/uapi/linux/
H A Dtcp.h134 #define TCP_AO_INFO 40 /* Set/list TCP-AO per-socket options */ macro
/linux/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/net/ipv4/
H A Dtcp.c3663 case TCP_AO_INFO: { in do_tcp_setsockopt()
4361 case TCP_AO_INFO: { in do_tcp_getsockopt()
H A Dtcp_ao.c2033 case TCP_AO_INFO: in tcp_parse_ao()