Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool_var.h117 #define PPF_DYNAMIC 0x80 /* capable of magazine resizing */ macro
133 (((_pp)->pp_flags & PPF_DYNAMIC) != 0)
H A Dpbufpool.c1165 pp->pp_flags |= PPF_DYNAMIC; in pp_create()
1179 if (pp->pp_flags & PPF_DYNAMIC) { in pp_create()