Lines Matching refs:hslot2
168 struct udp_hslot *hslot2, struct sk_buff *skb) in udp6_lib_lookup2() argument
176 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in udp6_lib_lookup2()
206 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup() local
214 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
215 if (hslot->count < hslot2->count) in __udp6_lib_lookup()
220 hslot2, skb); in __udp6_lib_lookup()
229 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
230 if (hslot->count < hslot2->count) in __udp6_lib_lookup()
235 exact_dif, hslot2, in __udp6_lib_lookup()
893 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup() local
897 udp_portaddr_for_each_entry_rcu(sk, &hslot2->head) { in __udp6_lib_demux_lookup()