Home
last modified time | relevance | path

Searched refs:udp_sk_rx_dst_set (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dudp.h286 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst);
/kernel/linux/linux-6.6/include/net/
H A Dudp.h275 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst);
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2213 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst) in udp_sk_rx_dst_set() function
2224 EXPORT_SYMBOL(udp_sk_rx_dst_set); variable
2409 udp_sk_rx_dst_set(sk, dst); in __udp4_lib_rcv()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c2208 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst) in udp_sk_rx_dst_set() function
2219 EXPORT_SYMBOL(udp_sk_rx_dst_set); variable
2411 udp_sk_rx_dst_set(sk, dst); in __udp4_lib_rcv()
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c891 if (udp_sk_rx_dst_set(sk, dst)) { in udp6_sk_rx_dst_set()
/kernel/linux/linux-6.6/net/ipv6/
H A Dudp.c903 if (udp_sk_rx_dst_set(sk, dst)) { in udp6_sk_rx_dst_set()

Completed in 16 milliseconds