Searched refs:inet_bhashfn (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 225 bhash = inet_bhashfn(net, inet_sk(sk)->inet_num, hashinfo->bhash_size); in __inet_put_port() 269 bhash = inet_bhashfn(net, port, table->bhash_size); in __inet_inherit_port() 975 bhash = inet_bhashfn(net, port, hinfo->bhash_size); in __inet_bhash2_update_saddr() 1121 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
|
| H A D | inet_connection_sock.c | 361 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port() 526 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 246 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() function
|