Home
last modified time | relevance | path

Searched refs:udp_sk_rx_dst_set (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/net/
Dudp.h264 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst);
/linux-5.19.10/net/ipv4/
Dudp.c2260 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst) in udp_sk_rx_dst_set() function
2271 EXPORT_SYMBOL(udp_sk_rx_dst_set);
2459 udp_sk_rx_dst_set(sk, dst); in __udp4_lib_rcv()
/linux-5.19.10/net/ipv6/
Dudp.c890 if (udp_sk_rx_dst_set(sk, dst)) { in udp6_sk_rx_dst_set()