Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dinet_hashtables.h248 int inet_hashinfo2_init_mod(struct inet_hashinfo *h);
/Linux-v5.10/net/ipv4/
Dinet_hashtables.c882 int inet_hashinfo2_init_mod(struct inet_hashinfo *h) in inet_hashinfo2_init_mod() function
895 EXPORT_SYMBOL_GPL(inet_hashinfo2_init_mod);
/Linux-v5.10/net/dccp/
Dproto.c1122 rc = inet_hashinfo2_init_mod(&dccp_hashinfo); in dccp_init()