Symbol: inet_twsk
include/net/psp/functions.h
137
rcu_dereference(inet_twsk(sk)->psp_assoc) :
include/net/tcp.h
2333
return inet_twsk(sk)->tw_transparent;
net/core/dev.c
3975
sk_validate = inet_twsk(sk)->tw_validate_xmit_skb;
net/ipv4/inet_diag.c
616
entry.mark = inet_twsk(sk)->tw_mark;
net/ipv4/inet_hashtables.c
513
inet_twsk_free(inet_twsk(sk));
net/ipv4/inet_hashtables.c
617
tw = inet_twsk(sk2);
net/ipv4/inet_hashtables.c
64
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
5100
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
1019
inet_twsk(sk)->tw_mark : READ_ONCE(sk->sk_mark);
net/ipv4/tcp_ipv4.c
1021
inet_twsk(sk)->tw_priority : READ_ONCE(sk->sk_priority);
net/ipv4/tcp_ipv4.c
1038
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
2365
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2372
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2376
tw_status = tcp_timewait_state_process(inet_twsk(sk), skb, th, &isn,
net/ipv4/tcp_ipv4.c
2386
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
2394
drop_reason = psp_twsk_rx_policy_check(inet_twsk(sk), skb);
net/ipv4/tcp_ipv4.c
2406
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
518
inet_twsk_put(inet_twsk(sk));
net/ipv4/tcp_ipv4.c
898
inet_twsk(sk)->tw_mark : READ_ONCE(sk->sk_mark);
net/ipv4/tcp_ipv4.c
900
inet_twsk(sk)->tw_priority : READ_ONCE(sk->sk_priority);
net/ipv4/tcp_ipv4.c
904
inet_twsk(sk)->tw_txhash : sk->sk_txhash;
net/ipv4/tcp_minisocks.c
411
psp_twsk_assoc_free(inet_twsk(sk));
net/ipv6/inet6_hashtables.c
308
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
1083
label = cpu_to_be32(inet_twsk(sk)->tw_flowlabel);
net/ipv6/tcp_ipv6.c
1084
priority = inet_twsk(sk)->tw_priority;
net/ipv6/tcp_ipv6.c
1085
txhash = inet_twsk(sk)->tw_txhash;
net/ipv6/tcp_ipv6.c
1120
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv6/tcp_ipv6.c
1906
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
1913
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
1917
tw_status = tcp_timewait_state_process(inet_twsk(sk), skb, th, &isn,
net/ipv6/tcp_ipv6.c
1931
struct inet_timewait_sock *tw = inet_twsk(sk);
net/ipv6/tcp_ipv6.c
1940
drop_reason = psp_twsk_rx_policy_check(inet_twsk(sk), skb);
net/ipv6/tcp_ipv6.c
1952
inet_twsk_deschedule_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
405
inet_twsk_put(inet_twsk(sk));
net/ipv6/tcp_ipv6.c
935
mark = inet_twsk(sk)->tw_mark;