Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c2586 skip = sk_peek_offset(sk, flags); in __unix_dgram_recvmsg()
2958 skip = max(sk_peek_offset(sk, flags), 0); in unix_stream_read_generic()
/linux/include/net/
H A Dsock.h735 static inline int sk_peek_offset(const struct sock *sk, int flags) in sk_peek_offset() function
/linux/net/ipv4/
H A Dudp.c2037 off = sk_peek_offset(sk, flags); in udp_recvmsg()
H A Dtcp.c2705 peek_offset = max(sk_peek_offset(sk, flags), 0); in tcp_recvmsg_locked()