Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_tcp_estats.c54 struct sock_common { struct
75 struct sock_common __sk_common; argument
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dtest_tcp_estats.c54 struct sock_common { struct
75 struct sock_common __sk_common; argument
/kernel/linux/linux-4.19/include/net/
Dsock.h152 struct sock_common { struct
156 union {
163 union {
168 union {
176 unsigned short skc_family;
177 volatile unsigned char skc_state;
178 unsigned char skc_reuse:4;
179 unsigned char skc_reuseport:1;
180 unsigned char skc_ipv6only:1;
181 unsigned char skc_net_refcnt:1;
[all …]
/kernel/linux/linux-5.10/include/net/
Dsock.h162 struct sock_common { struct
166 union {
173 union {
178 union {
186 unsigned short skc_family;
187 volatile unsigned char skc_state;
188 unsigned char skc_reuse:4;
189 unsigned char skc_reuseport:1;
190 unsigned char skc_ipv6only:1;
191 unsigned char skc_net_refcnt:1;
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dbpf_tcp_helpers.h17 struct sock_common { struct
29 struct sock_common __sk_common; argument