Searched refs:MSG_TRYHARD (Results 1 – 3 of 3) sorted by relevance
274 #define MSG_TRYHARD 4 /* Synonym for MSG_DONTROUTE for DECnet */ macro
1253 if (!(flags & MSG_TRYHARD)) { in __dn_route_output_key()1294 err = __dn_route_output_key(pprt, fl, flags & MSG_TRYHARD); in dn_route_output_sock()
1931 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()1964 if ((flags & MSG_TRYHARD) && sk->sk_dst_cache) in dn_sendmsg()