Searched refs:rtdetq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h217 struct rtdetq *mfc_rte; /* pending upcall */
239 struct rtdetq { struct
242 struct rtdetq *rte_next;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c1163 struct rtdetq *rte;
1382 struct rtdetq *rte0;
1666 struct rtdetq *rte = NULL;
1667 struct rtdetq *rte_m, *rte1, *prev_rte;
1742 /* Add this packet into rtdetq */
1743 rte = (struct rtdetq *)mi_zalloc(sizeof (struct rtdetq));
1748 " rtdetq, rte\n"));
1771 * Determine if upcall q (rtdetq) has overflowed.
2772 struct rtdetq *rt
[all...]

Completed in 79 milliseconds