Searched refs:inet_bind_hashbucket (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | inet_hashtables.h | 125 struct inet_bind_hashbucket { struct 161 struct inet_bind_hashbucket *bhash; 167 struct inet_bind_hashbucket *bhash2; 227 struct inet_bind_hashbucket *head, 238 struct inet_bind_hashbucket *head, 246 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, 261 static inline struct inet_bind_hashbucket * 276 struct inet_bind_hashbucket *
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 66 struct inet_bind_hashbucket *head, in inet_bind_bucket_create() 104 struct inet_bind_hashbucket *head, in inet_bind2_bucket_init() 130 struct inet_bind_hashbucket *head, in inet_bind2_bucket_create() 180 struct inet_bind_hashbucket *head, *head2; in __inet_put_port() 220 struct inet_bind_hashbucket *head, *head2; in __inet_inherit_port() 849 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, const struct net *net, in inet_bind2_bucket_find() 861 struct inet_bind_hashbucket * 893 struct inet_bind_hashbucket *head, *head2; in __inet_bhash2_update_saddr() 1000 struct inet_bind_hashbucket *head, *head2; in __inet_hash_connect()
|
H A D | inet_timewait_sock.c | 52 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_kill() 116 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance_schedule()
|
H A D | inet_diag.c | 1107 struct inet_bind_hashbucket *ibb; in inet_diag_dump_icsk()
|
H A D | tcp.c | 5123 2 * sizeof(struct inet_bind_hashbucket), in tcp_init()
|
/linux/net/dccp/ |
H A D | proto.c | 1190 sizeof(struct inet_bind_hashbucket); in dccp_init() 1194 dccp_hashinfo.bhash = (struct inet_bind_hashbucket *) in dccp_init() 1203 dccp_hashinfo.bhash2 = (struct inet_bind_hashbucket *) in dccp_init() 1272 sizeof(struct inet_bind_hashbucket)); in dccp_fini()
|