Home
last modified time | relevance | path

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

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