Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Dmsg_flags.c5 #ifndef MSG_PROBE
6 #define MSG_PROBE 0x10 macro
/linux/net/ipv4/
A Draw.c348 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()
A Dping.c843 if (msg->msg_flags & MSG_PROBE) in ping_v4_sendmsg()
845 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
A Dip_output.c1355 if (flags&MSG_PROBE) in ip_append_data()
1550 if (flags & MSG_PROBE) in ip_make_skb()
A Dudp.c1330 if (msg->msg_flags & MSG_PROBE) in udp_sendmsg()
1332 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()
/linux/net/l2tp/
A Dl2tp_ip6.c678 if (msg->msg_flags & MSG_PROBE) in l2tp_ip6_sendmsg()
680 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
/linux/net/ipv6/
A Draw.c611 if (flags&MSG_PROBE) in rawv6_send_hdrinc()
936 if (msg->msg_flags & MSG_PROBE) in rawv6_sendmsg()
938 if (!(msg->msg_flags & MSG_PROBE) || len) in rawv6_sendmsg()
A Dudp.c1647 if (msg->msg_flags & MSG_PROBE) in udpv6_sendmsg()
1649 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
A Dip6_output.c1824 if (flags&MSG_PROBE) in ip6_append_data()
2029 if (flags & MSG_PROBE) { in ip6_make_skb()
/linux/include/linux/
A Dsocket.h309 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
/linux/tools/perf/trace/beauty/include/linux/
A Dsocket.h309 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro

Completed in 35 milliseconds