Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dinet_hashtables.h236 int inet_hashinfo2_init_mod(struct inet_hashinfo *h);
/Linux-v5.4/net/ipv4/
Dinet_hashtables.c789 int inet_hashinfo2_init_mod(struct inet_hashinfo *h) in inet_hashinfo2_init_mod() function
802 EXPORT_SYMBOL_GPL(inet_hashinfo2_init_mod);
/Linux-v5.4/net/dccp/
Dproto.c1140 rc = inet_hashinfo2_init_mod(&dccp_hashinfo); in dccp_init()