Home
last modified time | relevance | path

Searched refs:PPF_LARGE_BUF (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/skywalk/packet/
H A Dpbufpool_var.h118 #define PPF_LARGE_BUF 0x100 /* configured with large buffers */ macro
136 (((_pp)->pp_flags & PPF_LARGE_BUF) != 0)
H A Dpbufpool.c1230 pp->pp_flags |= PPF_LARGE_BUF; in pp_create()