Lines Matching refs:udptable
287 int dif, struct udp_table *udptable) in __udp6_lib_lookup() argument
292 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup()
293 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup()
300 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
301 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
310 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
311 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
367 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
377 udptable); in __udp6_lib_lookup_skb()
536 struct udp_table *udptable) in __udp6_lib_err() argument
548 saddr, uh->source, inet6_iif(skb), udptable); in __udp6_lib_err()
784 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
790 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
844 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
891 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
899 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()