Lines Matching refs:udp_table
193 struct udp_table *udptable, in udp6_lookup_run_bpf()
203 if (udptable != &udp_table) in udp6_lookup_run_bpf()
221 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup()
271 struct udp_table *udptable) in __udp6_lib_lookup_skb()
287 inet6_sdif(skb), &udp_table, NULL); in udp6_lib_lookup_skb()
300 dif, 0, &udp_table, NULL); in udp6_lib_lookup()
505 struct udp_table *udptable, in __udp6_lib_err_encap()
559 struct udp_table *udptable) in __udp6_lib_err()
667 return __udp6_lib_err(skb, opt, type, code, offset, info, &udp_table); in udpv6_err()
815 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver()
910 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv()
1030 unsigned int slot2 = hash2 & udp_table.mask; in __udp6_lib_demux_lookup()
1031 struct udp_hslot *hslot2 = &udp_table.hash2[slot2]; in __udp6_lib_demux_lookup()
1088 return __udp6_lib_rcv(skb, &udp_table, IPPROTO_UDP); in udpv6_rcv()
1696 .udp_table = &udp_table,
1742 .h.udp_table = &udp_table,