Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_kern.c808 p->pkt_chain_bytes = bytes; in kern_packet_set_chain_counts()
819 *bytes = p->pkt_chain_bytes; in kern_packet_get_chain_counts()
H A Dpacket_var.h454 uint32_t pkt_chain_bytes; /* number of bytes in chain */ member
539 (_p)->pkt_chain_count = (_p)->pkt_chain_bytes = 0; \