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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c339 if (pd->lmw < 0)
344 if (len > pd->lmw) {
347 pd->lmw = len;
5055 if (pd->lmw < 0) {
5738 pd->lmw = -1; /* Force PF_DROP on PFRES_MEMORY */
6277 if (pd->lmw < 0) {
6426 if (pd->lmw < 0) {
8097 pd.lmw = 0;
8125 if (action != PF_PASS || pd.lmw < 0) {
8151 pd.lmw
[all...]
H A Dpfvar.h1423 int lmw; /* lazy writable offset */ member in struct:pf_pdesc

Completed in 39 milliseconds