Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/ !
Dmsg_flags.c5 #ifndef MSG_PROBE
6 #define MSG_PROBE 0x10 macro
/linux-6.1.9/net/ipv4/ !
Draw.c338 if (flags&MSG_PROBE) in raw_send_hdrinc()
662 if (msg->msg_flags & MSG_PROBE) in raw_sendmsg()
664 if (!(msg->msg_flags & MSG_PROBE) || len) in raw_sendmsg()
Dip_output.c1332 if (flags&MSG_PROBE) in ip_append_data()
1365 if (flags&MSG_PROBE) in ip_append_page()
1640 if (flags & MSG_PROBE) in ip_make_skb()
Dping.c858 if (msg->msg_flags & MSG_PROBE) in ping_v4_sendmsg()
860 if (!(msg->msg_flags & MSG_PROBE) || len) in ping_v4_sendmsg()
Dudp.c1316 if (msg->msg_flags & MSG_PROBE) in udp_sendmsg()
1318 if (!(msg->msg_flags&MSG_PROBE) || len) in udp_sendmsg()
/linux-6.1.9/net/l2tp/ !
Dl2tp_ip6.c654 if (msg->msg_flags & MSG_PROBE) in l2tp_ip6_sendmsg()
656 if (!(msg->msg_flags & MSG_PROBE) || len) in l2tp_ip6_sendmsg()
/linux-6.1.9/net/ipv6/ !
Draw.c607 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()
Dudp.c1639 if (msg->msg_flags & MSG_PROBE) in udpv6_sendmsg()
1641 if (!(msg->msg_flags&MSG_PROBE) || len) in udpv6_sendmsg()
Dip6_output.c1847 if (flags&MSG_PROBE) in ip6_append_data()
2044 if (flags & MSG_PROBE) { in ip6_make_skb()
/linux-6.1.9/tools/perf/trace/beauty/include/linux/ !
Dsocket.h304 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro
/linux-6.1.9/include/linux/ !
Dsocket.h304 #define MSG_PROBE 0x10 /* Do not send. Only probe path f.e. for MTU */ macro