Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_ipv4.c132 struct tcp_bind_bucket *tcp_bucket_create(struct tcp_bind_hashbucket *head, in tcp_bucket_create()
153 struct tcp_bind_hashbucket *head = &tcp_bhash[tcp_bhashfn(child->num)]; in __tcp_inherit_port()
213 struct tcp_bind_hashbucket *head; in tcp_v4_get_port()
299 struct tcp_bind_hashbucket *head = &tcp_bhash[tcp_bhashfn(sk->num)]; in __tcp_put_port()
657 struct tcp_bind_hashbucket *head; in tcp_v4_hash_connect()
Dtcp_minisocks.c59 struct tcp_bind_hashbucket *bhead; in tcp_timewait_kill()
303 struct tcp_bind_hashbucket *bhead; in __tcp_tw_hashdance()
Dtcp.c2605 sizeof(struct tcp_bind_hashbucket); in tcp_init()
2608 tcp_bhash = (struct tcp_bind_hashbucket *) in tcp_init()
/linux-2.4.37.9/include/net/
Dtcp.h86 struct tcp_bind_hashbucket { struct
105 struct tcp_bind_hashbucket *__tcp_bhash; argument
139 extern struct tcp_bind_bucket *tcp_bucket_create(struct tcp_bind_hashbucket *head,
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c95 struct tcp_bind_hashbucket *head; in tcp_v6_get_port()
517 struct tcp_bind_hashbucket *head; in tcp_v6_hash_connect()