Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c218 int bhash; in __inet_put_port() local
220 bhash = inet_bhashfn(net, inet_sk(sk)->inet_num, hashinfo->bhash_size); in __inet_put_port()
221 head = &hashinfo->bhash[bhash]; in __inet_put_port()
262 int bhash, l3mdev; in __inet_inherit_port() local
264 bhash = inet_bhashfn(net, port, table->bhash_size); in __inet_inherit_port()
265 head = &table->bhash[bhash]; in __inet_inherit_port()
935 int bhash; in __inet_bhash2_update_saddr() local
966 bhash = inet_bhashfn(net, port, hinfo->bhash_size); in __inet_bhash2_update_saddr()
967 head = &hinfo->bhash[bhash]; in __inet_bhash2_update_saddr()
1093 head = &hinfo->bhash[inet_bhashfn(net, port, in __inet_hash_connect()
H A Dtcp.c5316 tcp_hashinfo.bhash = in tcp_init()
5327 tcp_hashinfo.bhash2 = tcp_hashinfo.bhash + tcp_hashinfo.bhash_size; in tcp_init()
5329 spin_lock_init(&tcp_hashinfo.bhash[i].lock); in tcp_init()
5330 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