Searched refs:listen_tp (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c103 struct bpf_tcp_sock srv_tp, cli_tp, listen_tp; local
128 memcpy(&listen_tp, &skel->bss->listen_tp, sizeof(listen_tp));
133 print_tp(&listen_tp, "listen_tp");
178 CHECK(listen_tp.data_segs_out ||
179 listen_tp.data_segs_in ||
180 listen_tp.total_retrans ||
181 listen_tp
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sock_fields.c45 struct bpf_tcp_sock listen_tp = {}; variable in typeref:struct:bpf_tcp_sock
249 tpcpy(&listen_tp, tp);

Completed in 119 milliseconds