Home
last modified time | relevance | path

Searched refs:sk_peek_offset (Results 1 – 5 of 5) sorted by relevance

/linux/net/unix/
H A Daf_unix.c2435 skip = sk_peek_offset(sk, flags); in __unix_dgram_recvmsg()
2795 skip = max(sk_peek_offset(sk, flags), 0); in unix_stream_read_generic()
/linux/net/ipv6/
H A Dudp.c435 off = sk_peek_offset(sk, flags); in udpv6_recvmsg()
/linux/include/net/
H A Dsock.h677 static inline int sk_peek_offset(const struct sock *sk, int flags) in sk_peek_offset() function
/linux/net/ipv4/
H A Dudp.c1981 off = sk_peek_offset(sk, flags); in udp_recvmsg()
H A Dtcp.c2605 peek_offset = max(sk_peek_offset(sk, flags), 0); in tcp_recvmsg_locked()