Home
last modified time | relevance | path

Searched refs:MSG_DONTROUTE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dsocket.h260 #define MSG_DONTROUTE 4 macro
/linux-4.4.14/net/can/
Draw.c176 *pflags |= MSG_DONTROUTE; in raw_rcv()
/linux-4.4.14/net/ipv4/
Draw.c588 if (msg->msg_flags & MSG_DONTROUTE) in raw_sendmsg()
Dping.c779 (msg->msg_flags & MSG_DONTROUTE) || in ping_v4_sendmsg()
Dudp.c1001 (msg->msg_flags & MSG_DONTROUTE) || in udp_sendmsg()
/linux-4.4.14/Documentation/networking/
Dcan.txt627 MSG_DONTROUTE: set when the received frame was created on the local host.