Lines Matching refs:udptable
200 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument
205 unsigned int hash2, slot2, slot = udp_hashfn(net, hnum, udptable->mask); in __udp6_lib_lookup()
206 struct udp_hslot *hslot2, *hslot = &udptable->hash[slot]; in __udp6_lib_lookup()
213 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
214 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
224 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
229 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
269 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
275 inet6_sdif(skb), udptable, skb); in __udp6_lib_lookup_skb()
468 struct udp_table *udptable) in __udp6_lib_err() argument
481 inet6_iif(skb), 0, udptable, skb); in __udp6_lib_err()
681 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
686 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
695 udptable->mask; in __udp6_lib_mcast_deliver()
696 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
698 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
775 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
841 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
844 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()