Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h324 #define MSG_NO_SHARED_FRAGS 0x80000 /* sendpage() internal : page frags are not shared */ macro
/openbmc/linux/include/linux/
H A Dsocket.h324 #define MSG_NO_SHARED_FRAGS 0x80000 /* sendpage() internal : page frags are not shared */ macro
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c505 flags |= MSG_NO_SHARED_FRAGS; in tcp_bpf_sendmsg()
H A Dtcp.c1264 if (!(flags & MSG_NO_SHARED_FRAGS)) in tcp_sendmsg_locked()