Lines Matching refs:udptable
193 struct udp_table *udptable, in udp6_lookup_run_bpf() argument
203 if (udptable != &udp_table) in udp6_lookup_run_bpf()
221 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument
230 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
231 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
242 sk = udp6_lookup_run_bpf(net, udptable, skb, in __udp6_lib_lookup()
256 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
257 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
271 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
277 inet6_sdif(skb), udptable, skb); in __udp6_lib_lookup_skb()
507 struct udp_table *udptable, in __udp6_lib_err_encap() argument
526 inet6_iif(skb), 0, udptable, skb); in __udp6_lib_err_encap()
549 struct udp_table *udptable) in __udp6_lib_err() argument
563 inet6_iif(skb), inet6_sdif(skb), udptable, NULL); in __udp6_lib_err()
569 udptable, skb, in __udp6_lib_err()
800 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
805 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
815 udptable->mask; in __udp6_lib_mcast_deliver()
816 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
818 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
895 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
964 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
967 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()