Home
last modified time | relevance | path

Searched refs:pkt_key_not_found (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c399 __cmp_cnt(pkt_key_not_found); in test_cmp_getsockopt_setsockopt_ao()
441 out->ao.ao_info_pkt_key_not_found = info.pkt_key_not_found; in test_get_tcp_counters()
/linux/include/uapi/linux/
H A Dtcp.h462 __u64 pkt_key_not_found; /* in/out: could not find a key to verify */ member
/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c47 __cmp_ao(pkt_key_not_found); in test_vefify_ao_info()
583 info.pkt_key_not_found = 654; in test_einval_ao_info()
/linux/net/ipv4/
H A Dtcp_ao.c2023 atomic64_set(&ao_info->counters.key_not_found, cmd.pkt_key_not_found); in tcp_ao_info_cmd()
2356 out.pkt_key_not_found = atomic64_read(&ao->counters.key_not_found); in tcp_ao_get_sock_info()