Home
last modified time | relevance | path

Searched refs:skb_recv_udp (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dudp.h392 static inline struct sk_buff *skb_recv_udp(struct sock *sk, unsigned int flags, in skb_recv_udp() function
/linux/net/sunrpc/
H A Dsvcsock.c598 skb = skb_recv_udp(svsk->sk_sk, MSG_DONTWAIT, &err); in svc_udp_recvfrom()
H A Dxprtsock.c1424 skb = skb_recv_udp(sk, MSG_DONTWAIT, &err); in xs_udp_data_receive()
/linux/net/ipv4/
H A Dudp.c1941 skb = skb_recv_udp(sk, MSG_DONTWAIT, &err); in udp_read_skb()