Searched refs:inet_bind_bucket_match (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | inet_hashtables.c | 95 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net, in inet_bind_bucket_match() function 247 if (inet_bind_bucket_match(tb, net, port, l3mdev)) in __inet_inherit_port() 1047 if (inet_bind_bucket_match(tb, net, port, l3mdev)) { in __inet_hash_connect()
|
D | inet_connection_sock.c | 342 if (inet_bind_bucket_match(tb, net, port, l3mdev)) { in inet_csk_find_open_port() 498 if (inet_bind_bucket_match(tb, net, port, l3mdev)) in inet_csk_get_port()
|
/Linux-v6.1/include/net/ |
D | inet_hashtables.h | 233 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb,
|