Searched refs:PF_TAG_FRAGCACHE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c1682 if (dir == PF_OUT && (pd->pf_mtag->pftag_flags & PF_TAG_FRAGCACHE)) {
1724 pd->pf_mtag->pftag_flags |= PF_TAG_FRAGCACHE;
2033 else if (dir == PF_IN || !(pd->pf_mtag->pftag_flags & PF_TAG_FRAGCACHE)) {
2057 pd->pf_mtag->pftag_flags |= PF_TAG_FRAGCACHE;
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h179 #define PF_TAG_FRAGCACHE 0x2 macro

Completed in 19 milliseconds