Searched refs:MSG_PROBE (Results 1 – 10 of 10) sorted by relevance
263 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
1148 if (flags&MSG_PROBE) in ip_append_data()1181 if (flags&MSG_PROBE) in ip_append_page()1475 if (flags & MSG_PROBE) in ip_make_skb()
357 if (flags&MSG_PROBE) in raw_send_hdrinc()661 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
848 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
1116 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()
627 if (flags&MSG_PROBE) in rawv6_send_hdrinc()911 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
1555 if (flags&MSG_PROBE) in ip6_append_data()1743 if (flags & MSG_PROBE) in ip6_make_skb()
1394 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
643 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
646 #ifndef MSG_PROBE647 #define MSG_PROBE 0x10 macro