Home
last modified time | relevance | path

Searched refs:bhash (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv4/
H A Dinet_hashtables.c223 int bhash; in __inet_put_port()
225 bhash = inet_bhashfn(net, inet_sk(sk)->inet_num, hashinfo->bhash_size); in __inet_put_port()
226 head = &hashinfo->bhash[bhash]; in __inet_put_port()
267 int bhash, l3mdev; in __inet_inherit_port()
269 bhash = inet_bhashfn(net, port, table->bhash_size); in __inet_inherit_port()
270 head = &table->bhash[bhash]; in __inet_inherit_port()
944 int bhash; in __inet_bhash2_update_saddr()
965 * so we give up and unlink sk from bhash/bhash in __inet_bhash2_update_saddr()
218 int bhash; __inet_put_port() local
262 int bhash, l3mdev; __inet_inherit_port() local
935 int bhash; __inet_bhash2_update_saddr() local
[all...]
H A Dinet_connection_sock.c270 * Caller must hold bhash hashbucket lock with local bh disabled, to protect
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()
H A Dtcp.c5331 tcp_hashinfo.bhash = in tcp_init()
5342 tcp_hashinfo.bhash2 = tcp_hashinfo.bhash + tcp_hashinfo.bhash_size; in tcp_init()
5344 spin_lock_init(&tcp_hashinfo.bhash[i].lock); in tcp_init()
5345 INIT_HLIST_HEAD(&tcp_hashinfo.bhash[i].chain); in tcp_init()
/linux/net/dccp/
H A Dproto.c
H A Dipv4.c
H A Dipv6.c
/linux/include/net/
H A Dinet_hashtables.h164 struct inet_bind_hashbucket *bhash; member