Home
last modified time | relevance | path

Searched refs:inet_bhashfn (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_timewait_sock.c55 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()
H A Dinet_hashtables.c118 const int bhash = inet_bhashfn(sock_net(sk), inet_sk(sk)->inet_num, in __inet_put_port()
144 const int bhash = inet_bhashfn(sock_net(sk), port, in __inet_inherit_port()
790 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
H A Dinet_connection_sock.c232 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port()
379 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_timewait_sock.c61 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
127 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance()
H A Dinet_hashtables.c189 bhash = inet_bhashfn(net, inet_sk(sk)->inet_num, hashinfo->bhash_size); in __inet_put_port()
233 bhash = inet_bhashfn(net, port, table->bhash_size); in __inet_inherit_port()
935 bhash = inet_bhashfn(net, port, hinfo->bhash_size); in __inet_bhash2_update_saddr()
1051 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
H A Dinet_connection_sock.c369 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port()
533 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
/kernel/linux/linux-5.10/include/net/
H A Dinet_hashtables.h207 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() function
/kernel/linux/linux-6.6/include/net/
H A Dinet_hashtables.h260 static inline u32 inet_bhashfn(const struct net *net, const __u16 lport, in inet_bhashfn() function

Completed in 11 milliseconds