Searched refs:inet_bhashfn_portaddr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | inet_timewait_sock.c | 63 bhead2 = inet_bhashfn_portaddr(hashinfo, (struct sock *)tw, in inet_twsk_kill() 129 bhead2 = inet_bhashfn_portaddr(hashinfo, sk, twsk_net(tw), inet->inet_num); in inet_twsk_hashdance()
|
H A D | inet_hashtables.c | 191 head2 = inet_bhashfn_portaddr(hashinfo, sk, net, inet_sk(sk)->inet_num); in __inet_put_port() 235 head2 = inet_bhashfn_portaddr(table, child, net, port); in __inet_inherit_port() 937 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in __inet_bhash2_update_saddr() 954 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in __inet_bhash2_update_saddr() 1096 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in __inet_hash_connect()
|
H A D | inet_connection_sock.c | 380 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_find_open_port() 565 head2 = inet_bhashfn_portaddr(hinfo, sk, net, port); in inet_csk_get_port()
|
/openbmc/linux/include/net/ |
H A D | inet_hashtables.h | 267 inet_bhashfn_portaddr(const struct inet_hashinfo *hinfo, const struct sock *sk, in inet_bhashfn_portaddr() function
|