Lines Matching refs:hinfo
327 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_find_open_port() local
369 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_find_open_port()
370 hinfo->bhash_size)]; in inet_csk_find_open_port()
377 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port()
509 struct inet_hashinfo *hinfo = tcp_or_dccp_get_hashinfo(sk); in inet_csk_get_port() local
533 head = &hinfo->bhash[inet_bhashfn(net, port, in inet_csk_get_port()
534 hinfo->bhash_size)]; in inet_csk_get_port()
542 tb = inet_bind_bucket_create(hinfo->bind_bucket_cachep, net, in inet_csk_get_port()
562 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_get_port()
569 tb2 = inet_bind2_bucket_create(hinfo->bind2_bucket_cachep, in inet_csk_get_port()
593 inet_bind_bucket_destroy(hinfo->bind_bucket_cachep, tb); in inet_csk_get_port()
595 inet_bind2_bucket_destroy(hinfo->bind2_bucket_cachep, in inet_csk_get_port()