Home
last modified time | relevance | path

Searched refs:hslot2 (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dudp.c179 struct udp_hslot *hslot2, in udp_lib_lport_inuse2()
186 spin_lock(&hslot2->lock); in udp_lib_lport_inuse2()
187 udp_portaddr_for_each_entry(sk2, &hslot2->head) { in udp_lib_lport_inuse2()
205 spin_unlock(&hslot2->lock); in udp_lib_lport_inuse2()
244 struct udp_hslot *hslot, *hslot2; in udp_lib_get_port()
298 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
299 if (hslot->count < hslot2->count) in udp_lib_get_port()
302 exist = udp_lib_lport_inuse2(net, snum, hslot2, sk); in udp_lib_get_port()
304 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); in udp_lib_get_port()
305 exist = udp_lib_lport_inuse2(net, snum, hslot2, in udp_lib_get_port()
178 udp_lib_lport_inuse2(struct net * net,__u16 num,struct udp_hslot * hslot2,struct sock * sk) udp_lib_lport_inuse2() argument
243 struct udp_hslot *hslot, *hslot2; udp_lib_get_port() local
427 udp4_lib_lookup2(struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned int hnum,int dif,int sdif,struct udp_hslot * hslot2,struct sk_buff * skb) udp4_lib_lookup2() argument
489 struct udp_hslot *hslot2; __udp4_lib_lookup() local
1976 struct udp_hslot *hslot, *hslot2; udp_lib_unhash() local
2007 struct udp_hslot *hslot, *hslot2, *nhslot2; udp_lib_rehash() local
2540 struct udp_hslot *hslot2; __udp4_lib_demux_lookup() local
3187 struct udp_hslot *hslot2 = &udptable->hash2[state->bucket]; bpf_iter_udp_batch() local
[all...]
/linux/net/ipv6/
H A Dudp.c166 int dif, int sdif, struct udp_hslot *hslot2, in udp6_lib_lookup2() argument
175 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in udp6_lib_lookup2()
228 struct udp_hslot *hslot2; in __udp6_lib_lookup() local
233 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
238 hslot2, skb); in __udp6_lib_lookup()
261 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
265 hslot2, skb); in __udp6_lib_lookup()
1069 struct udp_hslot *hslot2; in __udp6_lib_demux_lookup() local
1075 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()
1078 udp_portaddr_for_each_entry_rcu(sk, &hslot2 in __udp6_lib_demux_lookup()
[all...]