Searched defs:udptable (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/net/ipv4/ |
D | udp.c | 243 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_get_port() local 447 const struct udp_table *udptable) in udp4_lib_lookup1() 529 struct udp_table *udptable) in udp4_lib_lookup4() 534 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4() 539 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4() 547 struct udp_table *udptable) in udp4_lib_lookup4() 580 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4() 603 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4() 626 struct udp_table *udptable; in udp_lib_hash4() local 680 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() [all …]
|
/linux-6.14.4/net/ipv6/ |
D | udp.c | 197 const struct udp_table *udptable) in udp6_lib_lookup1() 278 struct udp_table *udptable) in udp6_lib_lookup4() 291 struct udp_table *udptable) in udp6_lib_lookup4() 345 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() 409 struct udp_table *udptable) in __udp6_lib_lookup_skb() 649 struct udp_table *udptable, in __udp6_lib_err_encap() 703 struct udp_table *udptable) in __udp6_lib_err() 978 struct udp_table *udptable, int proto) in __udp6_lib_mcast_deliver() 1070 int __udp6_lib_rcv(struct sk_buff *skb, struct udp_table *udptable, in __udp6_lib_rcv() 1200 struct udp_table *udptable = net->ipv4.udp_table; in __udp6_lib_demux_lookup() local
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | sock_iter_batch.c | 65 struct udp_table *udptable; in iter_udp_soreuse() local
|