Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c54 struct sock_common { struct
75 struct sock_common __sk_common; argument
/linux-6.12.1/include/net/
Dsock.h150 struct sock_common { struct
151 union {
158 union {
163 union {
171 unsigned short skc_family;
172 volatile unsigned char skc_state;
173 unsigned char skc_reuse:4;
174 unsigned char skc_reuseport:1;
175 unsigned char skc_ipv6only:1;
176 unsigned char skc_net_refcnt:1;
[all …]