Lines Matching refs:udptable

223 			       int dif, int sdif, struct udp_table *udptable,  in __udp6_lib_lookup()  argument
232 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
233 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
244 udptable == net->ipv4.udp_table) { in __udp6_lib_lookup()
260 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
261 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
275 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
281 inet6_sdif(skb), udptable, skb); in __udp6_lib_lookup_skb()
515 struct udp_table *udptable, in __udp6_lib_err_encap() argument
546 inet6_iif(skb), 0, udptable, skb); in __udp6_lib_err_encap()
569 struct udp_table *udptable) in __udp6_lib_err() argument
583 inet6_iif(skb), inet6_sdif(skb), udptable, NULL); in __udp6_lib_err()
589 udptable, sk, skb, in __udp6_lib_err()
844 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
849 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
859 udptable->mask; in __udp6_lib_mcast_deliver()
860 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
862 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
936 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
1010 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
1013 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()
1066 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
1074 slot2 = hash2 & udptable->mask; in __udp6_lib_demux_lookup()
1075 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()