Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dsock.h695 static inline void sk_peek_offset_bwd(struct sock *sk, int val) in sk_peek_offset_bwd() function
707 sk_peek_offset_bwd(sk, -val); in sk_peek_offset_fwd()
/linux-6.15/net/unix/
H A Daf_unix.c2480 sk_peek_offset_bwd(sk, skb->len); in __unix_dgram_recvmsg()
2892 sk_peek_offset_bwd(sk, chunk); in unix_stream_read_generic()
/linux-6.15/net/ipv4/
H A Dudp.c1828 sk_peek_offset_bwd(sk, len); in skb_consume_udp()
H A Dtcp.c2812 sk_peek_offset_bwd(sk, used); in tcp_recvmsg_locked()