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

/linux-master/tools/perf/trace/beauty/
H A Dmsg_flags.c5 #ifndef MSG_PROBE
6 #define MSG_PROBE 0x10 macro
/linux-master/net/l2tp/
H A Dl2tp_ip6.c649 if (msg->msg_flags & MSG_PROBE)
651 if (!(msg->msg_flags & MSG_PROBE) || len)
/linux-master/include/linux/
H A Dsocket.h308 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
/linux-master/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
/linux-master/net/ipv4/
H A Draw.c348 if (flags&MSG_PROBE)
671 if (msg->msg_flags & MSG_PROBE)
673 if (!(msg->msg_flags & MSG_PROBE) || len)
H A Dping.c843 if (msg->msg_flags & MSG_PROBE)
845 if (!(msg->msg_flags & MSG_PROBE) || len)
H A Dip_output.c1354 if (flags&MSG_PROBE)
1546 if (flags & MSG_PROBE)
H A Dudp.c1314 if (msg->msg_flags & MSG_PROBE)
1316 if (!(msg->msg_flags&MSG_PROBE) || len)
/linux-master/net/ipv6/
H A Draw.c611 if (flags&MSG_PROBE)
936 if (msg->msg_flags & MSG_PROBE)
938 if (!(msg->msg_flags & MSG_PROBE) || len)
H A Dudp.c1636 if (msg->msg_flags & MSG_PROBE)
1638 if (!(msg->msg_flags&MSG_PROBE) || len)
H A Dip6_output.c1815 if (flags&MSG_PROBE)
2015 if (flags & MSG_PROBE) {

Completed in 136 milliseconds