Searched refs:udp_table (Results 1 – 4 of 4) sorted by relevance
123 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 …]
426 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()
100 struct udp_table *udptable; in iter_udp_soreuse()125 udptable = sk->sk_net.net->ipv4.udp_table; in iter_udp_soreuse()
99 struct udp_table *udp_table; member