Lines Matching refs:udp_table
192 struct udp_table *udptable, in udp6_lookup_run_bpf()
202 if (udptable != &udp_table) in udp6_lookup_run_bpf()
220 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup()
270 struct udp_table *udptable) in __udp6_lib_lookup_skb()
286 inet6_sdif(skb), &udp_table, NULL); in udp6_lib_lookup_skb()
300 dif, 0, &udp_table, NULL); in udp6_lib_lookup()
506 struct udp_table *udptable, in __udp6_lib_err_encap()
548 struct udp_table *udptable) in __udp6_lib_err()
652 return __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err()
799 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver()
894 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv()
1014 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup()
1015 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
1072 return __udp6_lib_rcv(skb, &udp_table, IPPROTO_UDP); in udpv6_rcv()
1675 .udp_table = &udp_table,
1718 .h.udp_table = &udp_table,