Searched refs:mf6c_stall (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.c282 (_rt->mf6c_stall == NULL)) { \
616 for (rte = rt->mf6c_stall; rte != NULL; ) {
847 (rt->mf6c_stall != NULL)) {
857 mfccp->mf6cc_parent, rt->mf6c_stall);
867 mfccp->mf6cc_parent, rt->mf6c_stall);
883 for (rte = rt->mf6c_stall; rte != NULL; ) {
893 rt->mf6c_stall = NULL;
951 rt->mf6c_stall = NULL;
1022 rt->mf6c_stall == NULL)
1189 (rt->mf6c_stall !
[all...]
H A Dip6_mroute.h235 struct rtdetq *mf6c_stall; /* pkts waiting for route */ member in struct:mf6c
/freebsd-10.0-release/usr.bin/netstat/
H A Dmroute6.c191 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) {

Completed in 93 milliseconds