Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A 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
47 #define tw_refcnt __tw_common.skc_refcnt
50 #define tw_hash __tw_common.skc_hash
51 #define tw_prot __tw_common.skc_prot
52 #define tw_net __tw_common.skc_net
57 #define tw_dport __tw_common.skc_dport
58 #define tw_num __tw_common.skc_num
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h139 #define tw_daddr __tw_common.skc_daddr
140 #define tw_rcv_saddr __tw_common.skc_rcv_saddr
141 #define tw_dport __tw_common.skc_dport
142 #define tw_refcnt __tw_common.skc_refcnt
143 #define tw_v6_daddr __tw_common.skc_v6_daddr
144 #define tw_v6_rcv_saddr __tw_common.skc_v6_rcv_saddr
/linux-6.15/include/linux/
H A Dtcp.h541 #define tw_rcv_nxt tw_sk.__tw_common.skc_tw_rcv_nxt
542 #define tw_snd_nxt tw_sk.__tw_common.skc_tw_snd_nxt