Home
last modified time | relevance | path

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

/linux/include/net/
A Droute.h44 #define RT_CONN_FLAGS_TOS(sk,tos) (RT_TOS(tos) | sock_flag(sk, SOCK_LOCALROUTE)) macro
A Dip.h251 return (ipc->tos != -1) ? RT_CONN_FLAGS_TOS(sk, ipc->tos) : RT_CONN_FLAGS(sk); in get_rtconn_flags()
/linux/net/sctp/
A Dprotocol.c435 fl4->flowi4_tos = RT_CONN_FLAGS_TOS(asoc->base.sk, tos); in sctp_v4_get_dst()
502 RT_CONN_FLAGS_TOS(asoc->base.sk, tos), in sctp_v4_get_dst()
/linux/net/ipv4/
A Dip_output.c486 RT_CONN_FLAGS_TOS(sk, tos), in __ip_queue_xmit()

Completed in 11 milliseconds