Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netns/
Dipv4.h34 struct inet_timewait_death_row { struct
45 struct inet_timewait_death_row tcp_death_row; argument
/Linux-v6.1/include/net/
Dinet_hashtables.h467 int __inet_hash_connect(struct inet_timewait_death_row *death_row,
469 int (*check_established)(struct inet_timewait_death_row *,
473 int inet_hash_connect(struct inet_timewait_death_row *death_row,
Dinet_timewait_sock.h91 struct inet_timewait_death_row *dr,
Dipv6.h1195 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-v6.1/net/ipv6/
Dinet6_hashtables.c243 static int __inet6_check_established(struct inet_timewait_death_row *death_row, in __inet6_check_established()
317 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-v6.1/net/dccp/
Dminisocks.c24 struct inet_timewait_death_row dccp_death_row = {
/Linux-v6.1/include/linux/
Ddccp.h178 extern struct inet_timewait_death_row dccp_death_row;
/Linux-v6.1/net/ipv4/
Dinet_hashtables.c517 static int __inet_check_established(struct inet_timewait_death_row *death_row, in __inet_check_established()
978 int __inet_hash_connect(struct inet_timewait_death_row *death_row, in __inet_hash_connect()
980 int (*check_established)(struct inet_timewait_death_row *, in __inet_hash_connect() argument
1131 int inet_hash_connect(struct inet_timewait_death_row *death_row, in inet_hash_connect()
Dinet_timewait_sock.c152 struct inet_timewait_death_row *dr, in inet_twsk_alloc()
Dtcp_ipv4.c203 struct inet_timewait_death_row *tcp_death_row; in tcp_v4_connect()