Lines Matching refs:udptable

192 					       struct udp_table *udptable,  in udp6_lookup_run_bpf()  argument
202 if (udptable != &udp_table) in udp6_lookup_run_bpf()
220 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument
229 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
230 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
241 sk = udp6_lookup_run_bpf(net, udptable, skb, in __udp6_lib_lookup()
255 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
256 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
270 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
276 inet6_sdif(skb), udptable, skb); in __udp6_lib_lookup_skb()
506 struct udp_table *udptable, in __udp6_lib_err_encap() argument
525 inet6_iif(skb), 0, udptable, skb); in __udp6_lib_err_encap()
548 struct udp_table *udptable) in __udp6_lib_err() argument
562 inet6_iif(skb), inet6_sdif(skb), udptable, NULL); in __udp6_lib_err()
568 udptable, skb, in __udp6_lib_err()
799 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
804 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
814 udptable->mask; in __udp6_lib_mcast_deliver()
815 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
817 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
894 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
963 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
966 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()