Searched refs:MSG_PROBE (Results 1 – 6 of 6) sorted by relevance
5 #ifndef MSG_PROBE6 #define MSG_PROBE 0x10 macro
348 if (flags&MSG_PROBE) in raw_send_hdrinc() 674 if (msg->msg_flags & MSG_PROBE) in raw_sendmsg() 676 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
611 if (flags&MSG_PROBE) in rawv6_send_hdrinc() 928 if (msg->msg_flags & MSG_PROBE) in rawv6_sendmsg() 930 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
1785 if (msg->msg_flags & MSG_PROBE) in udpv6_sendmsg() 1787 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
1840 if (flags&MSG_PROBE) in ip6_append_data() 2045 if (flags & MSG_PROBE) { in ip6_make_skb()
309 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro