Home
last modified time | relevance | path

Searched refs:MSG_PROBE (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c5 #ifndef MSG_PROBE
6 #define MSG_PROBE 0x10 macro
/linux/net/ipv4/
H A Draw.c348 if (flags&MSG_PROBE) in raw_send_hdrinc()
674 if (msg->msg_flags & MSG_PROBE) in raw_sendmsg()
676 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
/linux/net/ipv6/
H A Draw.c611 if (flags&MSG_PROBE) in rawv6_send_hdrinc()
928 if (msg->msg_flags & MSG_PROBE) in rawv6_sendmsg()
930 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
H A Dudp.c1785 if (msg->msg_flags & MSG_PROBE) in udpv6_sendmsg()
1787 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
H A Dip6_output.c1840 if (flags&MSG_PROBE) in ip6_append_data()
2045 if (flags & MSG_PROBE) { in ip6_make_skb()
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h309 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro