Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c5 #ifndef MSG_PROBE
6 #define MSG_PROBE 0x10 macro
/openbmc/linux/net/ipv4/
H A Draw.c341 if (flags&MSG_PROBE) in raw_send_hdrinc()
666 if (msg->msg_flags & MSG_PROBE) in raw_sendmsg()
668 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
H A Dping.c843 if (msg->msg_flags & MSG_PROBE) in ping_v4_sendmsg()
845 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
H A Dip_output.c1351 if (flags&MSG_PROBE) in ip_append_data()
1542 if (flags & MSG_PROBE) in ip_make_skb()
H A Dudp.c1328 if (msg->msg_flags & MSG_PROBE) in udp_sendmsg()
1330 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()
/openbmc/linux/net/l2tp/
H A Dl2tp_ip6.c649 if (msg->msg_flags & MSG_PROBE) in l2tp_ip6_sendmsg()
651 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
/openbmc/linux/net/ipv6/
H A Draw.c605 if (flags&MSG_PROBE) in rawv6_send_hdrinc()
930 if (msg->msg_flags & MSG_PROBE) in rawv6_sendmsg()
932 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
H A Dudp.c1651 if (msg->msg_flags & MSG_PROBE) in udpv6_sendmsg()
1653 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
H A Dip6_output.c1891 if (flags&MSG_PROBE) in ip6_append_data()
2096 if (flags & MSG_PROBE) { in ip6_make_skb()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h308 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
/openbmc/linux/include/linux/
H A Dsocket.h308 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro