Searched refs:MSG_PROBE (Results 1 – 11 of 11) sorted by relevance
5 #ifndef MSG_PROBE6 #define MSG_PROBE 0x10 macro
366 if (flags&MSG_PROBE) in raw_send_hdrinc()690 if (msg->msg_flags & MSG_PROBE) in raw_sendmsg()692 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
834 if (msg->msg_flags & MSG_PROBE) in ping_v4_sendmsg()836 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
1312 if (flags&MSG_PROBE) in ip_append_data()1345 if (flags&MSG_PROBE) in ip_append_page()1622 if (flags & MSG_PROBE) in ip_make_skb()
1293 if (msg->msg_flags & MSG_PROBE) in udp_sendmsg()1295 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()
651 if (msg->msg_flags & MSG_PROBE) in l2tp_ip6_sendmsg()653 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
637 if (flags&MSG_PROBE) in rawv6_send_hdrinc()966 if (msg->msg_flags & MSG_PROBE) in rawv6_sendmsg()968 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
1587 if (msg->msg_flags & MSG_PROBE) in udpv6_sendmsg()1589 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
1738 if (flags&MSG_PROBE) in ip6_append_data()1926 if (flags & MSG_PROBE) in ip6_make_skb()
291 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro