Home
last modified time | relevance | path

Searched refs:RT_CONN_FLAGS_TOS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Droute.h41 #define RT_CONN_FLAGS_TOS(sk,tos) (RT_TOS(tos) | sock_flag(sk, SOCK_LOCALROUTE)) macro
/openbmc/linux/net/ipv4/
H A Dip_output.c496 RT_CONN_FLAGS_TOS(sk, tos), in __ip_queue_xmit()