Home
last modified time | relevance | path

Searched refs:__tw_common (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Dinet_timewait_sock.h38 struct sock_common __tw_common; member
39 #define tw_family __tw_common.skc_family
40 #define tw_state __tw_common.skc_state
41 #define tw_reuse __tw_common.skc_reuse
42 #define tw_reuseport __tw_common.skc_reuseport
43 #define tw_ipv6only __tw_common.skc_ipv6only
44 #define tw_bound_dev_if __tw_common.skc_bound_dev_if
45 #define tw_node __tw_common.skc_nulls_node
46 #define tw_bind_node __tw_common.skc_bind_node
47 #define tw_refcnt __tw_common.skc_refcnt
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbpf_tracing_net.h85 #define tw_daddr __tw_common.skc_daddr
86 #define tw_rcv_saddr __tw_common.skc_rcv_saddr
87 #define tw_dport __tw_common.skc_dport
88 #define tw_refcnt __tw_common.skc_refcnt
89 #define tw_v6_daddr __tw_common.skc_v6_daddr
90 #define tw_v6_rcv_saddr __tw_common.skc_v6_rcv_saddr
/Linux-v6.1/include/linux/
Dtcp.h481 #define tw_rcv_nxt tw_sk.__tw_common.skc_tw_rcv_nxt
482 #define tw_snd_nxt tw_sk.__tw_common.skc_tw_snd_nxt