Symbol: inet_twsk
include/net/psp/functions.h
137
rcu_dereference(inet_twsk(sk)->psp_assoc) :
include/net/tcp.h
2385
return inet_twsk(sk)->tw_transparent;
net/core/dev.c
3976
sk_validate = inet_twsk(sk)->tw_validate_xmit_skb;
net/ipv4/inet_diag.c
621
entry.mark = inet_twsk(sk)->tw_mark;
net/ipv4/inet_hashtables.c
516
inet_twsk_free(inet_twsk(sk));
net/ipv4/inet_hashtables.c
620
tw = inet_twsk(sk2);
net/ipv4/inet_hashtables.c
69
return inet_twsk(sk)->tw_connect_bind;
net/ipv4/inet_timewait_sock.c
342
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv4/netfilter/nf_tproxy_ipv4.c
27
inet_twsk_put(inet_twsk(sk));
net/ipv4/netfilter/nf_tproxy_ipv4.c
41
nf_tproxy_twsk_deschedule_put(inet_twsk(sk));
net/ipv4/tcp.c
5118
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv4/tcp_diag.c
197
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv4/tcp_diag.c
506
READ_ONCE(inet_twsk(sk)->tw_substate) : sk->sk_state;
net/ipv4/tcp_ipv4.c
1001
inet_twsk(sk)->tw_priority : READ_ONCE(sk->sk_priority);
net/ipv4/tcp_ipv4.c
1018
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv4/tcp_ipv4.c
121
const struct inet_timewait_sock *tw = inet_twsk(sktw);
net/ipv4/tcp_ipv4.c
2295
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2302
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2306
tw_status = tcp_timewait_state_process(inet_twsk(sk), skb, th, &isn,
net/ipv4/tcp_ipv4.c
2316
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2323
drop_reason = psp_twsk_rx_policy_check(inet_twsk(sk), skb);
net/ipv4/tcp_ipv4.c
2325
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2337
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
513
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
875
inet_twsk(sk)->tw_mark : READ_ONCE(sk->sk_mark);
net/ipv4/tcp_ipv4.c
877
inet_twsk(sk)->tw_priority : READ_ONCE(sk->sk_priority);
net/ipv4/tcp_ipv4.c
881
inet_twsk(sk)->tw_txhash : sk->sk_txhash;
net/ipv4/tcp_ipv4.c
999
inet_twsk(sk)->tw_mark : READ_ONCE(sk->sk_mark);
net/ipv4/tcp_minisocks.c
409
psp_twsk_assoc_free(inet_twsk(sk));
net/ipv6/inet6_hashtables.c
343
tw = inet_twsk(sk2);
net/ipv6/netfilter/nf_tproxy_ipv6.c
50
inet_twsk_put(inet_twsk(sk));
net/ipv6/netfilter/nf_tproxy_ipv6.c
66
nf_tproxy_twsk_deschedule_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
1117
label = cpu_to_be32(inet_twsk(sk)->tw_flowlabel);
net/ipv6/tcp_ipv6.c
1118
priority = inet_twsk(sk)->tw_priority;
net/ipv6/tcp_ipv6.c
1119
txhash = inet_twsk(sk)->tw_txhash;
net/ipv6/tcp_ipv6.c
1154
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv6/tcp_ipv6.c
1948
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
1955
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
1959
tw_status = tcp_timewait_state_process(inet_twsk(sk), skb, th, &isn,
net/ipv6/tcp_ipv6.c
1973
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv6/tcp_ipv6.c
1981
drop_reason = psp_twsk_rx_policy_check(inet_twsk(sk), skb);
net/ipv6/tcp_ipv6.c
1983
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
1995
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
430
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
962
mark = inet_twsk(sk)->tw_mark;