Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dudp.h401 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst);
/linux-6.15/net/ipv4/
H A Dudp.c2482 bool udp_sk_rx_dst_set(struct sock *sk, struct dst_entry *dst) in udp_sk_rx_dst_set() function
2493 EXPORT_IPV6_MOD(udp_sk_rx_dst_set);
2685 udp_sk_rx_dst_set(sk, dst); in __udp4_lib_rcv()
/linux-6.15/net/ipv6/
H A Dudp.c1047 if (udp_sk_rx_dst_set(sk, dst)) in udp6_sk_rx_dst_set()