Searched refs:udptable (Results 1 – 2 of 2) sorted by relevance
258 udptable->log); in udp_lib_get_port()459 struct udp_table *udptable, in udp4_lookup_run_bpf() argument467 if (udptable != &udp_table) in udp4_lookup_run_bpf()494 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()495 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()520 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup()521 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup()535 struct udp_table *udptable) in __udp4_lib_lookup_skb() argument647 struct udp_table *udptable, in __udp4_lib_err_encap() argument676 udptable, NULL); in __udp4_lib_err_encap()[all …]
204 if (udptable != &udp_table) in udp6_lookup_run_bpf()231 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()232 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()257 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()258 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()272 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument506 struct udp_table *udptable, in __udp6_lib_err_encap() argument560 struct udp_table *udptable) in __udp6_lib_err() argument580 udptable, sk, skb, in __udp6_lib_err()831 udptable->mask; in __udp6_lib_mcast_deliver()[all …]
Completed in 12 milliseconds