Searched refs:udp_table (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 94 struct udp_table { struct 103 extern struct udp_table udp_table; argument 105 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 116 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() 123 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init() 127 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() 159 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init() 171 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4()
|
| /linux/net/ipv4/ |
| H A D | udp.c | 124 struct udp_table udp_table __read_mostly; 237 struct udp_table *udptable; in udp_lib_get_port() 240 udptable = net->ipv4.udp_table; in udp_lib_get_port() 439 const struct udp_table *udptable) in udp4_lib_lookup1() 521 struct udp_table *udptable) in udp4_lib_lookup4() 526 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4() 531 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4() 539 struct udp_table *udptable) in udp4_lib_lookup4() 572 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4() 595 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4() [all …]
|
| H A D | sysctl_net_ipv4.c | 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()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | sock_iter_batch.c | 100 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 D | ipv4.h | 99 struct udp_table *udp_table; member
|
| /linux/net/ipv6/ |
| H A D | udp.c | 200 const struct udp_table *udptable) in udp6_lib_lookup1() 281 struct udp_table *udptable) in udp6_lib_lookup4() 294 struct udp_table *udptable) in udp6_lib_lookup4() 350 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_lookup() 941 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_mcast_deliver() 1193 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | netns_ipv4_sysctl.rst | 12 struct_udp_table* udp_table
|