Home
last modified time | relevance | path

Searched refs:inet6_hash_connect (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/ipv6/
Dinet6_hashtables.c322 int inet6_hash_connect(struct inet_timewait_death_row *death_row, in inet6_hash_connect() function
332 EXPORT_SYMBOL_GPL(inet6_hash_connect);
Dtcp_ipv6.c299 err = inet6_hash_connect(tcp_death_row, sk); in tcp_v6_connect()
/Linux-v4.19/include/net/
Dipv6.h1049 int inet6_hash_connect(struct inet_timewait_death_row *death_row,
/Linux-v4.19/net/dccp/
Dipv6.c939 err = inet6_hash_connect(&dccp_death_row, sk); in dccp_v6_connect()