Home
last modified time | relevance | path

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

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