Searched refs:inet_bind2_bucket_find (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | inet_hashtables.c | 268 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, child); in __inet_inherit_port() 846 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head, const struct net *net, in inet_bind2_bucket_find() function 949 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in __inet_bhash2_update_saddr() 1091 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in __inet_hash_connect()
|
A D | inet_connection_sock.c | 379 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_find_open_port() 565 tb2 = inet_bind2_bucket_find(head2, net, port, l3mdev, sk); in inet_csk_get_port()
|
/linux-6.3-rc2/include/net/ |
A D | inet_hashtables.h | 251 inet_bind2_bucket_find(const struct inet_bind_hashbucket *head,
|
Completed in 10 milliseconds