Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dinet_timewait_sock.c55 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance()
149 __NET_INC_STATS(twsk_net(tw), LINUX_MIB_TIMEWAITKILLED); in tw_timer_handler()
151 __NET_INC_STATS(twsk_net(tw), LINUX_MIB_TIMEWAITED); in tw_timer_handler()
275 refcount_read(&twsk_net(tw)->count)) in inet_twsk_purge()
282 refcount_read(&twsk_net(tw)->count))) { in inet_twsk_purge()
Dtcp_minisocks.c48 if (!tcp_oow_rate_limited(twsk_net(tw), skb, mib_idx, in tcp_timewait_check_oow_rate_limit()
101 tcp_parse_options(twsk_net(tw), skb, &tmp_opt, 0, NULL); in tcp_timewait_state_process()
183 if (!READ_ONCE(twsk_net(tw)->ipv4.sysctl_tcp_rfc1337)) { in tcp_timewait_state_process()
230 __NET_INC_STATS(twsk_net(tw), LINUX_MIB_PAWSESTABREJECTED); in tcp_timewait_state_process()
/kernel/linux/linux-5.10/include/net/
Dinet_timewait_sock.h116 struct net *twsk_net(const struct inet_timewait_sock *twsk) in twsk_net() function