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

/xnu-2422.115.4/bsd/net/
H A Dpf_table.c1680 int nflags; local
1729 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) |
1734 pfr_setflags_ktable(kt, nflags);
H A Droute.c914 uint32_t nflags; local
930 nflags = rt->rt_flags & ~ignflags;
932 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c3622 int error, slpflag, slptimeo, nflags, retry = 0; local
3676 nflags = np->n_bflag;
3679 if (nflags & NBINVALWANT)

Completed in 35 milliseconds