Lines Matching refs:udptable
275 int dif, struct udp_table *udptable) in __udp6_lib_lookup() argument
280 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup()
281 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup()
288 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
289 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
298 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
299 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
355 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
364 udptable); in __udp6_lib_lookup_skb()
527 struct udp_table *udptable) in __udp6_lib_err() argument
539 saddr, uh->source, inet6_iif(skb), udptable); in __udp6_lib_err()
776 struct udp_table *udptable) in __udp6_lib_mcast_deliver() argument
782 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
831 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
878 saddr, daddr, udptable); in __udp6_lib_rcv()
886 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()