Searched refs:bhash (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 218 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 D | inet_connection_sock.c | 362 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port() 527 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
|
| H A D | tcp.c | 5317 tcp_hashinfo.bhash = in tcp_init() 5328 tcp_hashinfo.bhash2 = tcp_hashinfo.bhash + tcp_hashinfo.bhash_size; in tcp_init() 5330 spin_lock_init(&tcp_hashinfo.bhash[i].lock); in tcp_init() 5331 INIT_HLIST_HEAD(&tcp_hashinfo.bhash[i].chain); in tcp_init()
|
| /linux/net/dccp/ |
| H A D | proto.c | |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/include/net/ |
| H A D | inet_hashtables.h | 164 struct inet_bind_hashbucket *bhash; member
|