Home
last modified time | relevance | path

Searched refs:udptable (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
A Dudp.c258 udptable->log); in udp_lib_get_port()
459 struct udp_table *udptable, in udp4_lookup_run_bpf() argument
467 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() argument
647 struct udp_table *udptable, in __udp4_lib_err_encap() argument
676 udptable, NULL); in __udp4_lib_err_encap()
[all …]
/linux/net/ipv6/
A Dudp.c204 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() argument
506 struct udp_table *udptable, in __udp6_lib_err_encap() argument
560 struct udp_table *udptable) in __udp6_lib_err() argument
580 udptable, sk, skb, in __udp6_lib_err()
831 udptable->mask; in __udp6_lib_mcast_deliver()
[all …]

Completed in 12 milliseconds