Searched refs:MSG_PROBE (Results 1 – 7 of 7) sorted by relevance
5 #ifndef MSG_PROBE6 #define MSG_PROBE 0x10 macro
673 if (msg->msg_flags & MSG_PROBE) in l2tp_ip6_sendmsg() 675 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
324 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */309 #define MSG_PROBE global() macro
324 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
836 if (msg->msg_flags & MSG_PROBE) in ping_v4_sendmsg()838 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
1367 if (flags&MSG_PROBE) in ip_append_data()1562 if (flags & MSG_PROBE) in ip_make_skb()
1542 if (msg->msg_flags & MSG_PROBE) in udp_sendmsg()1544 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()