Searched refs:tcp_bhash (Results 1 – 5 of 5) sorted by relevance
153 struct tcp_bind_hashbucket *head = &tcp_bhash[tcp_bhashfn(child->num)]; in __tcp_inherit_port()229 head = &tcp_bhash[tcp_bhashfn(rover)]; in tcp_v4_get_port()252 head = &tcp_bhash[tcp_bhashfn(snum)]; in tcp_v4_get_port()299 struct tcp_bind_hashbucket *head = &tcp_bhash[tcp_bhashfn(sk->num)]; in __tcp_put_port()689 head = &tcp_bhash[tcp_bhashfn(rover)]; in tcp_v4_hash_connect()747 head = &tcp_bhash[tcp_bhashfn(snum)]; in tcp_v4_hash_connect()
2608 tcp_bhash = (struct tcp_bind_hashbucket *) in tcp_init()2610 } while (tcp_bhash == NULL && --order >= 0); in tcp_init()2612 if (!tcp_bhash) in tcp_init()2615 tcp_bhash[i].lock = SPIN_LOCK_UNLOCKED; in tcp_init()2616 tcp_bhash[i].chain = NULL; in tcp_init()
76 bhead = &tcp_bhash[tcp_bhashfn(tw->num)]; in tcp_timewait_kill()310 bhead = &tcp_bhash[tcp_bhashfn(sk->num)]; in __tcp_tw_hashdance()
111 head = &tcp_bhash[tcp_bhashfn(rover)]; in tcp_v6_get_port()132 head = &tcp_bhash[tcp_bhashfn(snum)]; in tcp_v6_get_port()528 head = &tcp_bhash[tcp_bhashfn(sk->num)]; in tcp_v6_hash_connect()
129 #define tcp_bhash (tcp_hashinfo.__tcp_bhash) macro