Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsocket.h263 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
/linux-4.4.14/net/ipv4/
Dip_output.c1176 if (flags&MSG_PROBE) in ip_append_data()
1209 if (flags&MSG_PROBE) in ip_append_page()
1499 if (flags & MSG_PROBE) in ip_make_skb()
Draw.c357 if (flags&MSG_PROBE) in raw_send_hdrinc()
671 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
Dping.c849 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
Dudp.c1127 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()
/linux-4.4.14/net/ipv6/
Draw.c629 if (flags&MSG_PROBE) in rawv6_send_hdrinc()
916 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
Dip6_output.c1571 if (flags&MSG_PROBE) in ip6_append_data()
1759 if (flags & MSG_PROBE) in ip6_make_skb()
Dudp.c1395 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
/linux-4.4.14/net/l2tp/
Dl2tp_ip6.c645 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c701 #ifndef MSG_PROBE
702 #define MSG_PROBE 0x10 macro