Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpf_pbuf.h30 PBUF_TYPE_ZOMBIE = 0, enumerator
85 #define pbuf_is_valid(pb) (!((pb) == NULL || (pb)->pb_type == PBUF_TYPE_ZOMBIE))
H A Dpf_pbuf.c69 VERIFY(pbuf->pb_type == PBUF_TYPE_ZOMBIE); in pbuf_destroy()