Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c222 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port()
266 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port()
968 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in __inet_bhash2_update_saddr()
985 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in __inet_bhash2_update_saddr()
1157 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in __inet_hash_connect()
H A Dinet_connection_sock.c370 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port()
556 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_get_port()
/linux/include/net/
H A Dinet_hashtables.h253 inet_bhashfn_portaddr(const struct inet_hashinfo *hinfo, const struct sock *sk, in inet_bhashfn_portaddr() function