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

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.h288 TAILQ_HEAD(, rtdetq) mfc_stall; /* q of packets awaiting mfc */
314 struct rtdetq { struct
315 TAILQ_ENTRY(rtdetq) rte_link;
H A Dip_mroute.c1031 struct rtdetq *rte, *nrte;
1054 struct rtdetq *rte, *nrte;
1286 struct rtdetq *rte;
1300 rte = (struct rtdetq *)malloc((sizeof *rte), M_MRTABLE,
/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.h246 struct rtdetq *mf6c_stall; /* pkts waiting for route */
256 struct rtdetq { /* XXX: rtdetq is also defined in ip_mroute.h */ struct
262 struct rtdetq *next;
H A Dip6_mroute.c605 struct rtdetq *rte;
641 struct rtdetq *n = rte->next;
819 struct rtdetq *rte;
884 struct rtdetq *n = rte->next;
1068 struct rtdetq *rte;
1144 rte = (struct rtdetq *)malloc(sizeof(*rte), M_MRTABLE6, M_NOWAIT);
1275 struct rtdetq **p;
1313 struct rtdetq *rte;
1340 struct rtdetq *n = rte->next;
/freebsd-13-stable/usr.bin/netstat/
H A Dmroute6.c110 struct rtdetq rte, *rtep;

Completed in 109 milliseconds