Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dudp.c268 udptable->log); in udp_lib_get_port()
737 udptable); in __udp4_lib_lookup()
2518 udptable->mask; in __udp4_lib_mcast_deliver()
3734 udptable = kmalloc(sizeof(*udptable), GFP_KERNEL); in udp_pernet_table_alloc()
3735 if (!udptable) in udp_pernet_table_alloc()
3742 if (!udptable->hash) in udp_pernet_table_alloc()
3745 udptable->hash2 = (void *)(udptable->hash + hash_entries); in udp_pernet_table_alloc()
3760 return udptable; in udp_pernet_table_alloc()
3763 kfree(udptable); in udp_pernet_table_alloc()
3776 kfree(udptable); in udp_pernet_table_free()
[all …]
/linux-6.15/net/ipv6/
H A Dudp.c278 struct udp_table *udptable) in udp6_lib_lookup4() argument
291 struct udp_table *udptable) in udp6_lib_lookup4() argument
301 slot = hash4 & udptable->mask; in udp6_lib_lookup4()
302 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()
358 dif, sdif, udptable); in __udp6_lib_lookup()
398 udptable); in __udp6_lib_lookup()
409 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
649 struct udp_table *udptable, in __udp6_lib_err_encap() argument
703 struct udp_table *udptable) in __udp6_lib_err() argument
723 udptable, sk, skb, in __udp6_lib_err()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c65 struct udp_table *udptable; in iter_udp_soreuse() local
84 udptable = sk->sk_net.net->ipv4.udp_table; in iter_udp_soreuse()
85 bucket[idx] = udp_sk(sk)->udp_portaddr_hash & udptable->mask; in iter_udp_soreuse()