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