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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.h231 struct rtdetq *mfc_stall; /* q of packets awaiting mfc */
257 struct rtdetq { struct
264 struct rtdetq *next; /* Next in list of packets */
H A Dip_mroute.c599 struct rtdetq *rte;
630 struct rtdetq *n = rte->next;
833 struct rtdetq *rte;
892 struct rtdetq *n = rte->next;
1150 struct rtdetq *rte;
1170 rte = (struct rtdetq *) _MALLOC((sizeof *rte), M_MRTABLE, M_NOWAIT);
1249 struct rtdetq **p;
1287 struct rtdetq *rte;
1313 struct rtdetq *n = rte->next;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.h287 struct rtdetq *mf6c_stall; /* pkts waiting for route */
306 struct rtdetq { /* XXX: rtdetq is also defined in ip_mroute.h */ struct
312 struct rtdetq *next;
H A Dip6_mroute.c511 struct rtdetq *rte;
566 struct rtdetq *n = rte->next;
731 struct rtdetq *rte;
796 struct rtdetq *n = rte->next;
1042 struct rtdetq *rte;
1063 rte = (struct rtdetq *)_MALLOC(sizeof(*rte), M_MRTABLE,
1201 struct rtdetq **p;
1236 struct rtdetq *rte;
1265 struct rtdetq *n = rte->next;

Completed in 17 milliseconds