Home
last modified time | relevance | path

Searched refs:inet_bind_bucket_match (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dinet_hashtables.c121 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb, const struct net *net, in inet_bind_bucket_match() function
291 if (inet_bind_bucket_match(tb, net, port, l3mdev)) in __inet_inherit_port()
1125 if (!inet_bind_bucket_match(tb, net, port, l3mdev)) in __inet_hash_connect()
1145 if (inet_bind_bucket_match(tb, net, port, l3mdev)) { in __inet_hash_connect()
H A Dinet_connection_sock.c373 if (inet_bind_bucket_match(tb, net, port, l3mdev)) { in inet_csk_find_open_port()
530 if (inet_bind_bucket_match(tb, net, port, l3mdev)) in inet_csk_get_port()
/linux/include/net/
H A Dinet_hashtables.h223 bool inet_bind_bucket_match(const struct inet_bind_bucket *tb,