mfc_stall         356 netinet/ip_mroute.c 		    (rt->mfc_stall == NULL))
mfc_stall         677 netinet/ip_mroute.c 			for (rte = rt->mfc_stall; rte; rte = rte->next) {
mfc_stall        1029 netinet/ip_mroute.c 			for (rte = rt->mfc_stall; rte; rte = rte->next) {
mfc_stall        1083 netinet/ip_mroute.c 	for (rte = rt->mfc_stall; rte != NULL; rte = nrte) {
mfc_stall        1153 netinet/ip_mroute.c 		    rt->mfc_stall != NULL) {
mfc_stall        1160 netinet/ip_mroute.c 				    mfccp->mfcc_parent, rt->mfc_stall);
mfc_stall        1167 netinet/ip_mroute.c 				    mfccp->mfcc_parent, rt->mfc_stall);
mfc_stall        1169 netinet/ip_mroute.c 			rte = rt->mfc_stall;
mfc_stall        1171 netinet/ip_mroute.c 			rt->mfc_stall = NULL;
mfc_stall        1228 netinet/ip_mroute.c 			rt->mfc_stall	= NULL;
mfc_stall        1474 netinet/ip_mroute.c 			    rt->mfc_stall != NULL)
mfc_stall        1555 netinet/ip_mroute.c 			rt->mfc_stall = rte;
mfc_stall        1566 netinet/ip_mroute.c 			for (p = &rt->mfc_stall; *p != NULL; p = &(*p)->next)
mfc_stall         263 netinet/ip_mroute.h 	struct	 rtdetq *mfc_stall;		/* pkts waiting for route */