Home
last modified time | relevance | path

Searched refs:tcp_death_row (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/
A Dtcp_minisocks.c251 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_time_wait() local
253 tw = inet_twsk_alloc(sk, tcp_death_row, state); in tcp_time_wait()
A Dtcp_ipv4.c209 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v4_connect() local
275 err = inet_hash_connect(tcp_death_row, sk); in tcp_v4_connect()
3167 net->ipv4.tcp_death_row.sysctl_max_tw_buckets = cnt / 2; in tcp_sk_init()
3168 net->ipv4.tcp_death_row.hashinfo = &tcp_hashinfo; in tcp_sk_init()
A Dproc.c62 atomic_read(&net->ipv4.tcp_death_row.tw_count), sockets, in sockstat_seq_show()
A Dsysctl_net_ipv4.c1005 .data = &init_net.ipv4.tcp_death_row.sysctl_max_tw_buckets,
/linux/include/net/netns/
A Dipv4.h45 struct inet_timewait_death_row tcp_death_row ____cacheline_aligned_in_smp;
/linux/net/ipv6/
A Dtcp_ipv6.c159 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v6_connect() local
311 err = inet6_hash_connect(tcp_death_row, sk); in tcp_v6_connect()

Completed in 24 milliseconds