Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dpbufpool_var.h114 #define PPF_DYNAMIC 0x80 /* capable of magazine resizing */ macro
131 (((_pp)->pp_flags & PPF_DYNAMIC) != 0)
H A Dpbufpool.c1191 pp->pp_flags |= PPF_DYNAMIC; in pp_create()
1209 if (pp->pp_flags & PPF_DYNAMIC) { in pp_create()