Home
last modified time | relevance | path

Searched refs:udp_table (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dudp.c123 struct udp_table udp_table __read_mostly;
236 struct udp_table *udptable; in udp_lib_get_port()
239 udptable = net->ipv4.udp_table; in udp_lib_get_port()
438 const struct udp_table *udptable) in udp4_lib_lookup1()
520 struct udp_table *udptable) in udp4_lib_lookup4()
525 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4()
530 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4()
538 struct udp_table *udptable) in udp4_lib_lookup4()
571 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4()
594 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4()
[all …]
H A Dsysctl_net_ipv4.c426 udp_hash_entries = net->ipv4.udp_table->mask + 1; in proc_udp_hash_entries()
431 if (!net_eq(net, &init_net) && net->ipv4.udp_table == &udp_table) in proc_udp_hash_entries()
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c100 struct udp_table *udptable; in iter_udp_soreuse()
125 udptable = sk->sk_net.net->ipv4.udp_table; in iter_udp_soreuse()
/linux/include/net/netns/
H A Dipv4.h99 struct udp_table *udp_table; member