HomeSort by: relevance | last modified time | path
    Searched defs:stale (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
if_pfsync.c 367 int iplen, action, error, i, s, count, offp, sfail, stale = 0; local in function:pfsync_input
580 printf("pfsync: %s stale update "
591 if (sc->sc_mbuf != NULL && !stale)
593 stale++;
606 if (stale && sc->sc_mbuf != NULL)
708 printf("pfsync: ignoring stale update "
716 if ((!stale || update_requested) &&
721 stale++;
733 if ((update_requested || stale) && sc->sc_mbuf)
934 /* Don't keep stale pfsync packets around. *
    [all...]
  /src/sbin/sysctl/
sysctl.c 265 int req, stale, errs; variable in typeref:typename:int
356 stale = req = 0;
892 if (stale) {
894 stale = 0;
1467 stale = 1;
1511 stale = 1;

Completed in 13 milliseconds