HomeSort by: relevance | last modified time | path
    Searched refs:mf6c_stall (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
ip6_mroute.c 248 (_rt->mf6c_stall == NULL)) { \
566 for (rte = rt->mf6c_stall; rte != NULL; ) {
628 for (rte = mfc->mf6c_stall; rte != NULL; rte = rte->next) {
806 (rt->mf6c_stall != NULL)) {
816 mfccp->mf6cc_parent, rt->mf6c_stall);
826 mfccp->mf6cc_parent, rt->mf6c_stall);
842 for (rte = rt->mf6c_stall; rte != NULL; ) {
854 rt->mf6c_stall = NULL;
913 rt->mf6c_stall = NULL;
984 rt->mf6c_stall == NULL
    [all...]
ip6_mroute.h 231 struct rtdetq *mf6c_stall; /* pkts waiting for route */ member in struct:mf6c
  /src/usr.bin/netstat/
mroute6.c 223 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) {

Completed in 12 milliseconds