Lines Matching refs:udptable

199 				     const struct udp_table *udptable)  in udp6_lib_lookup1()  argument
201 unsigned int slot = udp_hashfn(net, hnum, udptable->mask); in udp6_lib_lookup1()
202 struct udp_hslot *hslot = &udptable->hash[slot]; in udp6_lib_lookup1()
280 struct udp_table *udptable) in udp6_lib_lookup4() argument
293 struct udp_table *udptable) in udp6_lib_lookup4() argument
303 slot = hash4 & udptable->mask; in udp6_lib_lookup4()
304 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()
347 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument
356 hslot2 = udp_hashslot2(udptable, hash2); in __udp6_lib_lookup()
360 dif, sdif, udptable); in __udp6_lib_lookup()
374 udptable == net->ipv4.udp_table) { in __udp6_lib_lookup()
390 hslot2 = udp_hashslot2(udptable, hash2); in __udp6_lib_lookup()
400 udptable); in __udp6_lib_lookup()
411 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
417 inet6_sdif(skb), udptable, skb); in __udp6_lib_lookup_skb()
651 struct udp_table *udptable, in __udp6_lib_err_encap() argument
682 inet6_iif(skb), 0, udptable, skb); in __udp6_lib_err_encap()
705 struct udp_table *udptable) in __udp6_lib_err() argument
719 inet6_iif(skb), inet6_sdif(skb), udptable, NULL); in __udp6_lib_err()
725 udptable, sk, skb, in __udp6_lib_err()
980 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() argument
985 struct udp_hslot *hslot = udp_hashslot(udptable, net, hnum); in __udp6_lib_mcast_deliver()
995 udptable->mask; in __udp6_lib_mcast_deliver()
996 hash2 = ipv6_portaddr_hash(net, daddr, hnum) & udptable->mask; in __udp6_lib_mcast_deliver()
998 hslot = &udptable->hash2[hash2].hslot; in __udp6_lib_mcast_deliver()
1072 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() argument
1146 saddr, daddr, udptable, proto); in __udp6_lib_rcv()
1149 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()
1202 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
1210 hslot2 = udp_hashslot2(udptable, hash2); in __udp6_lib_demux_lookup()