Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dinet_hashtables.h164 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo);
/linux-5.19.10/net/ipv4/
Dinet_hashtables.c881 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo) in inet_ehash_locks_alloc() function
904 EXPORT_SYMBOL_GPL(inet_ehash_locks_alloc);
Dtcp.c4664 if (inet_ehash_locks_alloc(&tcp_hashinfo)) in tcp_init()
/linux-5.19.10/net/dccp/
Dproto.c1159 if (inet_ehash_locks_alloc(&dccp_hashinfo)) in dccp_init()