Searched refs:inet_bhashfn (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/ipv4/ |
| D | inet_timewait_sock.c | 55 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill() 113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance()
|
| D | inet_hashtables.c | 181 bhash = inet_bhashfn(net, inet_sk(sk)->inet_num, hashinfo->bhash_size); in __inet_put_port() 225 bhash = inet_bhashfn(net, port, table->bhash_size); in __inet_inherit_port() 913 bhash = inet_bhashfn(net, port, hinfo->bhash_size); in __inet_bhash2_update_saddr() 997 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect() 1039 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
|
| D | inet_connection_sock.c | 330 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port() 494 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
|
| /Linux-v6.1/include/net/ |
| D | inet_hashtables.h | 256 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() function
|