Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c5 #ifndef MSG_PROBE
6 #define MSG_PROBE 0x10 macro
/linux/net/l2tp/
H A Dl2tp_ip6.c673 if (msg->msg_flags & MSG_PROBE) in l2tp_ip6_sendmsg()
675 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
/linux/include/linux/
H A Dsocket.h324 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */
309 #define MSG_PROBE global() macro
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h324 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
/linux/net/ipv4/
H A Dping.c836 if (msg->msg_flags & MSG_PROBE) in ping_v4_sendmsg()
838 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
H A Dip_output.c1367 if (flags&MSG_PROBE) in ip_append_data()
1562 if (flags & MSG_PROBE) in ip_make_skb()
H A Dudp.c1542 if (msg->msg_flags & MSG_PROBE) in udp_sendmsg()
1544 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()