Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/packet/
H A Dpbufpool_var.h116 #define PPF_RAW_BUFLT 0x200 /* configured with raw buflet */ macro
137 (((_pp)->pp_flags & PPF_RAW_BUFLT) != 0)
H A Dpbufpool.c1199 pp->pp_flags |= PPF_RAW_BUFLT; in pp_create()