Home
last modified time | relevance | path

Searched defs:sock_common (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c54 struct sock_common { struct
75 struct sock_common __sk_common; argument
/Linux-v5.15/include/net/
Dsock.h163 struct sock_common { struct
167 union {
174 union {
179 union {
187 unsigned short skc_family;
188 volatile unsigned char skc_state;
189 unsigned char skc_reuse:4;
190 unsigned char skc_reuseport:1;
191 unsigned char skc_ipv6only:1;
192 unsigned char skc_net_refcnt:1;
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h21 struct sock_common { struct
33 struct sock_common __sk_common; argument