Home
last modified time | relevance | path

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

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