Searched refs:udp_table (Results 1 – 14 of 14) sorted by relevance
| /linux/include/net/ |
| H A D | udp.h | 97 struct udp_table { struct 106 extern struct udp_table udp_table; argument 107 void udp_table_init(struct udp_table *, const char *); 108 static inline struct udp_hslot *udp_hashslot(struct udp_table *table, in udp_hashslot() 119 static inline struct udp_hslot *udp_hashslot2(struct udp_table *table, in udp_hashslot2() 126 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init() 130 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() 162 static inline void udp_table_hash4_init(struct udp_table *table) in udp_table_hash4_init() 174 static inline struct udp_hslot *udp_hashslot4(struct udp_table *table, in udp_hashslot4() 443 struct udp_table *tbl, struct sk_buff *skb); [all …]
|
| H A D | udplite.h | 16 extern struct udp_table udplite_table;
|
| H A D | ipv6_stubs.h | 88 int dif, int sdif, struct udp_table *tbl,
|
| H A D | sock.h | 1390 struct udp_table *udp_table; member
|
| /linux/net/ipv4/ |
| H A D | udp.c | 125 struct udp_table udp_table __read_mostly; 136 static struct udp_table *udp_get_table_prot(struct sock *sk) in udp_get_table_prot() 138 return sk->sk_prot->h.udp_table ? : sock_net(sk)->ipv4.udp_table; in udp_get_table_prot() 242 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_get_port() 446 const struct udp_table *udptable) in udp4_lib_lookup1() 528 struct udp_table *udptable) in udp4_lib_lookup4() 533 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4() 538 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4() 546 struct udp_table *udptable) in udp4_lib_lookup4() 579 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4() [all …]
|
| H A D | udplite.c | 17 struct udp_table udplite_table __read_mostly; 69 .h.udp_table = &udplite_table, 84 .udp_table = &udplite_table,
|
| H A D | udp_impl.h | 10 int __udp4_lib_rcv(struct sk_buff *, struct udp_table *, int); 11 int __udp4_lib_err(struct sk_buff *, u32, struct udp_table *);
|
| 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()
|
| H A D | udp_offload.c | 873 sdif, net->ipv4.udp_table, NULL);
|
| /linux/net/ipv6/ |
| H A D | udp_impl.h | 12 int __udp6_lib_rcv(struct sk_buff *, struct udp_table *, int); 14 __be32, struct udp_table *);
|
| H A D | udplite.c | 69 .h.udp_table = &udplite_table, 108 .udp_table = &udplite_table,
|
| /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 | 98 struct udp_table *udp_table; member
|
| /linux/net/core/ |
| H A D | filter.c | 6892 dif, sdif, net->ipv4.udp_table, NULL); in sk_lookup() 6908 net->ipv4.udp_table, NULL); in sk_lookup()
|