Home
last modified time | relevance | path

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

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