Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dip_rts.h43 #define RTSQ_UNDER_IPMP 0x01 /* send only on RTAW_UNDER_IPMP queues */ macro
45 #define RTSQ_ALL (RTSQ_UNDER_IPMP|RTSQ_NORMAL) /* send on all queues */
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_rts.c143 if (!(flags & RTSQ_UNDER_IPMP)) in rts_queue_input()