Lines Matching refs:udptable

214 			       int dif, int sdif, struct udp_table *udptable,  in __udp6_lib_lookup()  argument
223 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
224 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
235 udptable == net->ipv4.udp_table) { in __udp6_lib_lookup()
251 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
252 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
266 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
272 inet6_sdif(skb), udptable, skb); in __udp6_lib_lookup_skb()
504 struct udp_table *udptable, in __udp6_lib_err_encap() argument
535 inet6_iif(skb), 0, udptable, skb); in __udp6_lib_err_encap()
558 struct udp_table *udptable) in __udp6_lib_err() argument
572 inet6_iif(skb), inet6_sdif(skb), udptable, NULL); in __udp6_lib_err()
578 udptable, sk, skb, in __udp6_lib_err()
831 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
836 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
846 udptable->mask; in __udp6_lib_mcast_deliver()
847 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
849 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
926 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
1000 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
1003 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()
1056 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
1064 slot2 = hash2 & udptable->mask; in __udp6_lib_demux_lookup()
1065 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()