Searched refs:inet_bind_bucket_match (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A 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 250 if (inet_bind_bucket_match(tb, net, port, l3mdev)) in __inet_inherit_port() 1069 if (!inet_bind_bucket_match(tb, net, port, l3mdev)) in __inet_hash_connect() 1089 if (inet_bind_bucket_match(tb, net, port, l3mdev)) { in __inet_hash_connect()
|
| H A D | inet_connection_sock.c | 387 if (inet_bind_bucket_match(tb, net, port, l3mdev)) { in inet_csk_find_open_port() 543 if (inet_bind_bucket_match(tb, net, port, l3mdev)) in inet_csk_get_port()
|
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 232 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb,
|