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

/freebsd-10-stable/sys/netinet/
H A Dip_mroute.h287 TAILQ_HEAD(, rtdetq) mfc_stall; /* q of packets awaiting mfc */
313 struct rtdetq { struct
314 TAILQ_ENTRY(rtdetq) rte_link;
H A Dip_mroute.c1028 struct rtdetq *rte, *nrte;
1051 struct rtdetq *rte, *nrte;
1283 struct rtdetq *rte;
1297 rte = (struct rtdetq *)malloc((sizeof *rte), M_MRTABLE,
/freebsd-10-stable/sys/netinet6/
H A Dip6_mroute.h230 struct rtdetq *mf6c_stall; /* pkts waiting for route */
240 struct rtdetq { /* XXX: rtdetq is also defined in ip_mroute.h */ struct
246 struct rtdetq *next;
H A Dip6_mroute.c580 struct rtdetq *rte;
616 struct rtdetq *n = rte->next;
794 struct rtdetq *rte;
860 struct rtdetq *n = rte->next;
1046 struct rtdetq *rte;
1122 rte = (struct rtdetq *)malloc(sizeof(*rte), M_MRTABLE6, M_NOWAIT);
1253 struct rtdetq **p;
1291 struct rtdetq *rte;
1318 struct rtdetq *n = rte->next;
/freebsd-10-stable/usr.bin/netstat/
H A Dmroute6.c122 struct rtdetq rte, *rtep;

Completed in 88 milliseconds