Home
last modified time | relevance | path

Searched refs:copied_from_self (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dskmsg.c413 int len, int flags, int *copied_from_self) in __sk_msg_recvmsg() argument
422 if (copied_from_self) in __sk_msg_recvmsg()
423 *copied_from_self = 0; in __sk_msg_recvmsg()
450 if (from_self && copied_from_self) in __sk_msg_recvmsg()
451 *copied_from_self += copy; in __sk_msg_recvmsg()
/linux/net/ipv4/
H A Dtcp_bpf.c230 int copied_from_self = 0; in tcp_bpf_recvmsg_parser() local
267 copied = __sk_msg_recvmsg(sk, psock, msg, len, flags, &copied_from_self); in tcp_bpf_recvmsg_parser()
282 seq += copied_from_self; in tcp_bpf_recvmsg_parser()
/linux/include/linux/
H A Dskmsg.h147 int len, int flags, int *copied_from_self);