Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_estats.c54 struct sock_common { struct
75 struct sock_common __sk_common; argument
/linux/include/net/
H A Dsock.h151 struct sock_common { struct
152 union {
159 union {
164 union {
172 unsigned short skc_family;
173 volatile unsigned char skc_state;
174 unsigned char skc_reuse:4;
175 unsigned char skc_reuseport:1;
176 unsigned char skc_ipv6only:1;
177 unsigned char skc_net_refcnt:1;
[all …]