Searched refs:hslot2 (Results 1 - 2 of 2) sorted by relevance
/net/ipv4/ |
H A D | udp.c | 171 struct udp_hslot *hslot2, 181 spin_lock(&hslot2->lock); 182 udp_portaddr_for_each_entry(sk2, node, &hslot2->head) 195 spin_unlock(&hslot2->lock); 213 struct udp_hslot *hslot, *hslot2; local 267 hslot2 = udp_hashslot2(udptable, slot2); 268 if (hslot->count < hslot2->count) 271 exist = udp_lib_lport_inuse2(net, snum, hslot2, 274 hslot2 = udp_hashslot2(udptable, hash2_nulladdr); 275 exist = udp_lib_lport_inuse2(net, snum, hslot2, 170 udp_lib_lport_inuse2(struct net *net, __u16 num, struct udp_hslot *hslot2, struct sock *sk, int (*saddr_comp)(const struct sock *sk1, const struct sock *sk2)) argument 425 udp4_lib_lookup2(struct net *net, __be32 saddr, __be16 sport, __be32 daddr, unsigned int hnum, int dif, struct udp_hslot *hslot2, unsigned int slot2) argument 487 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; local 1377 struct udp_hslot *hslot, *hslot2; local 1406 struct udp_hslot *hslot, *hslot2, *nhslot2; local 1918 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; local [all...] |
/net/ipv6/ |
H A D | udp.c | 221 struct udp_hslot *hslot2, unsigned int slot2) 231 udp_portaddr_for_each_entry_rcu(sk, node, &hslot2->head) { 281 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; local 289 hslot2 = &udptable->hash2[slot2]; 290 if (hslot->count < hslot2->count) 295 hslot2, slot2); 299 hslot2 = &udptable->hash2[slot2]; 300 if (hslot->count < hslot2->count) 305 hslot2, slot2); 218 udp6_lib_lookup2(struct net *net, const struct in6_addr *saddr, __be16 sport, const struct in6_addr *daddr, unsigned int hnum, int dif, struct udp_hslot *hslot2, unsigned int slot2) argument
|
Completed in 325 milliseconds