Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_timewait_sock.c59 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
122 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance_schedule()
H A Dinet_hashtables.c185 bhash = inet_bhashfn(net, inet_sk(sk)->inet_num, hashinfo->bhash_size); in __inet_put_port()
228 bhash = inet_bhashfn(net, port, table->bhash_size); in __inet_inherit_port()
929 bhash = inet_bhashfn(net, port, hinfo->bhash_size); in __inet_bhash2_update_saddr()
1049 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
/linux/include/net/
H A Dinet_hashtables.h255 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() function