Home
last modified time | relevance | path

Searched refs:inet_timewait_death_row (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/include/net/netns/
Dipv4.h33 struct inet_timewait_death_row { struct
43 struct inet_timewait_death_row *tcp_death_row; argument
/linux-5.19.10/include/net/
Dinet_hashtables.h371 int __inet_hash_connect(struct inet_timewait_death_row *death_row,
373 int (*check_established)(struct inet_timewait_death_row *,
377 int inet_hash_connect(struct inet_timewait_death_row *death_row,
Dinet_timewait_sock.h91 struct inet_timewait_death_row *dr,
Dipv6.h1189 int inet6_hash_connect(struct inet_timewait_death_row *death_row,
Dsock.h213 struct inet_timewait_death_row *skc_tw_dr; /* inet_timewait_sock */
/linux-5.19.10/net/ipv6/
Dinet6_hashtables.c245 static int __inet6_check_established(struct inet_timewait_death_row *death_row, in __inet6_check_established()
319 int inet6_hash_connect(struct inet_timewait_death_row *death_row, in inet6_hash_connect()
Dtcp_ipv6.c151 struct inet_timewait_death_row *tcp_death_row; in tcp_v6_connect()
/linux-5.19.10/net/ipv4/
Dinet_hashtables.c402 static int __inet_check_established(struct inet_timewait_death_row *death_row, in __inet_check_established()
691 int __inet_hash_connect(struct inet_timewait_death_row *death_row, in __inet_hash_connect()
693 int (*check_established)(struct inet_timewait_death_row *, in __inet_hash_connect() argument
818 int inet_hash_connect(struct inet_timewait_death_row *death_row, in inet_hash_connect()
Dinet_timewait_sock.c154 struct inet_timewait_death_row *dr, in inet_twsk_alloc()
Dtcp_minisocks.c251 struct inet_timewait_death_row *tcp_death_row = sock_net(sk)->ipv4.tcp_death_row; in tcp_time_wait()
Dtcp_ipv4.c211 struct inet_timewait_death_row *tcp_death_row = sock_net(sk)->ipv4.tcp_death_row; in tcp_v4_connect()
3070 struct inet_timewait_death_row *tcp_death_row = net->ipv4.tcp_death_row; in tcp_sk_exit()
3108 net->ipv4.tcp_death_row = kzalloc(sizeof(struct inet_timewait_death_row), GFP_KERNEL); in tcp_sk_init()
/linux-5.19.10/net/dccp/
Dminisocks.c24 struct inet_timewait_death_row dccp_death_row = {
/linux-5.19.10/include/linux/
Ddccp.h178 extern struct inet_timewait_death_row dccp_death_row;