Home
last modified time | relevance | path

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

/linux/include/net/
H A Dsock.h679 static inline void sk_peek_offset_bwd(struct sock *sk, int val) in sk_peek_offset_bwd() function
691 sk_peek_offset_bwd(sk, -val); in sk_peek_offset_fwd()
/linux/net/unix/
H A Daf_unix.c2448 sk_peek_offset_bwd(sk, skb->len); in __unix_dgram_recvmsg()
2833 sk_peek_offset_bwd(sk, chunk); in unix_stream_read_generic()
/linux/net/ipv4/
H A Dudp.c1615 sk_peek_offset_bwd(sk, len); in skb_consume_udp()
H A Dtcp.c2524 sk_peek_offset_bwd(sk, used); in tcp_recvmsg_locked()