Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/packet/
H A Dpacket_kern.c807 p->pkt_chain_bytes = bytes; in kern_packet_set_chain_counts()
818 *bytes = p->pkt_chain_bytes; in kern_packet_get_chain_counts()
H A Dpacket_var.h487 uint32_t pkt_chain_bytes; /* number of bytes in chain */ member
573 (_p)->pkt_chain_count = (_p)->pkt_chain_bytes = 0; \