Searched refs:RTSQ_NORMAL (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_rts.h44 #define RTSQ_NORMAL 0x02 /* send only on normal queues */ macro
45 #define RTSQ_ALL (RTSQ_UNDER_IPMP|RTSQ_NORMAL) /* send on all queues */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_rts.c109 * 3. RTA_UNDER_IPMP is off and RTSQ_NORMAL is not set in `flags'.
121 * resolved to one or more of RTSQ_NORMAL|RTSQ_UNDER_IPMP at this point.
146 if (!(flags & RTSQ_NORMAL))
1988 flags &= ~RTSQ_NORMAL;
2105 flags &= ~RTSQ_NORMAL;
H A Dipmp.c1631 ip_rts_xifmsg(ill->ill_ipif, IPIF_UP, 0, RTSQ_NORMAL);
1635 ip_rts_newaddrmsg(cmd, 0, ipif, RTSQ_NORMAL);
1638 ip_rts_xifmsg(ill->ill_ipif, 0, IPIF_UP, RTSQ_NORMAL);

Completed in 51 milliseconds