Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h340 #define MSG_NO_SHARED_FRAGS 0x80000 /* sendpage() internal : page frags are not shared */ macro
/linux/net/ipv4/
H A Dtcp_bpf.c527 flags |= MSG_NO_SHARED_FRAGS; in tcp_bpf_sendmsg()
H A Dip_output.c1236 if (!(flags & MSG_NO_SHARED_FRAGS)) in __ip_append_data()
H A Dtcp.c1367 if (!(flags & MSG_NO_SHARED_FRAGS)) in tcp_sendmsg_locked()
/linux/net/ipv6/
H A Dip6_output.c1800 if (!(flags & MSG_NO_SHARED_FRAGS)) in __ip6_append_data()