Searched refs:MSG_CONFIRM (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c242 sendto(sockfd, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM,
566 n = sendto(sockfd, buf, sizeof(*tlv), MSG_NOSIGNAL | MSG_CONFIRM,
/linux-master/include/linux/
H A Dsocket.h315 #define MSG_CONFIRM 0x800 /* Confirm path validity */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h315 #define MSG_CONFIRM 0x800 /* Confirm path validity */ macro
/linux-master/net/ipv4/
H A Draw.c375 if (flags & MSG_CONFIRM)
636 if (msg->msg_flags & MSG_CONFIRM)
H A Dping.c804 if (msg->msg_flags & MSG_CONFIRM)
H A Dip_output.c1187 if ((flags & MSG_CONFIRM) && !skb_prev)
H A Dudp.c1239 if (msg->msg_flags&MSG_CONFIRM)
/linux-master/net/l2tp/
H A Dl2tp_ip6.c625 if (msg->msg_flags & MSG_CONFIRM)
/linux-master/net/ipv6/
H A Draw.c634 if (flags & MSG_CONFIRM)
909 if (msg->msg_flags&MSG_CONFIRM)
H A Dudp.c1565 if (msg->msg_flags&MSG_CONFIRM)
H A Dip6_output.c1705 if ((flags & MSG_CONFIRM) && !skb_prev)
/linux-master/net/can/
H A Draw.c206 *pflags |= MSG_CONFIRM;
H A Dbcm.c372 *pflags |= MSG_CONFIRM;
/linux-master/drivers/xen/
H A Dpvcalls-front.c549 if (flags & (MSG_CONFIRM|MSG_DONTROUTE|MSG_EOR|MSG_OOB))

Completed in 257 milliseconds