Searched refs:inet_bind_bucket (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | inet_hashtables.h | 77 struct inet_bind_bucket { struct 115 static inline struct net *ib_net(const struct inet_bind_bucket *ib) in ib_net() argument 217 struct inet_bind_bucket * 221 void inet_bind_bucket_destroy(struct inet_bind_bucket *tb); 223 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, 230 struct inet_bind_bucket *tb, 291 void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb,
|
| H A D | inet_connection_sock.h | 27 struct inet_bind_bucket; 85 struct inet_bind_bucket *icsk_bind_hash; 316 struct inet_bind_bucket *tb,
|
| /linux/net/ipv4/ |
| H A D | inet_connection_sock.c | 227 const struct inet_bind_bucket *tb, in inet_csk_bind_conflict() 315 inet_csk_find_open_port(const struct sock *sk, struct inet_bind_bucket **tb_ret, in inet_csk_find_open_port() 324 struct inet_bind_bucket *tb; in inet_csk_find_open_port() 411 static inline int sk_reuseport_match(struct inet_bind_bucket *tb, in sk_reuseport_match() 443 struct inet_bind_bucket *tb, in inet_csk_update_fastreuse() 509 struct inet_bind_bucket *tb = NULL; in inet_csk_get_port()
|
| /linux/net/dccp/ |
| H A D | proto.c | |