Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h186 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo);
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c944 int inet_ehash_locks_alloc(struct inet_hashinfo *hashinfo) in inet_ehash_locks_alloc() function
967 EXPORT_SYMBOL_GPL(inet_ehash_locks_alloc);
Dtcp.c4290 if (inet_ehash_locks_alloc(&tcp_hashinfo)) in tcp_init()
/kernel/linux/linux-5.10/net/dccp/
Dproto.c1165 if (inet_ehash_locks_alloc(&dccp_hashinfo)) in dccp_init()