Home
last modified time | relevance | path

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

/linux-6.15/net/unix/
H A Daf_unix.c2419 skip = sk_peek_offset(sk, flags); in __unix_dgram_recvmsg()
2779 skip = max(sk_peek_offset(sk, flags), 0); in unix_stream_read_generic()
/linux-6.15/net/ipv6/
H A Dudp.c485 off = sk_peek_offset(sk, flags); in udpv6_recvmsg()
/linux-6.15/include/net/
H A Dsock.h686 static inline int sk_peek_offset(const struct sock *sk, int flags) in sk_peek_offset() function
/linux-6.15/net/ipv4/
H A Dudp.c2040 off = sk_peek_offset(sk, flags); in udp_recvmsg()
H A Dtcp.c2631 peek_offset = max(sk_peek_offset(sk, flags), 0); in tcp_recvmsg_locked()