Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/ !
H A Dbpfdesc.h163 uint8_t bd_prev_slen; member
H A Dbpf.c1261 (d)->bd_prev_slen = 0; \
1764 d->bd_prev_slen = 0; in reset_d()
1907 d_to->bd_prev_slen = d_from->bd_prev_slen; in bpf_setup()
1908 ASSERT(d_to->bd_prev_slen <= BPF_HDR_COMP_LEN_MAX); in bpf_setup()
4217 if (d->bd_prev_slen != 0) { in catchpacket()
4219 d->bd_prev_sbuf, MIN(copy_len, d->bd_prev_slen)); in catchpacket()
4264 d->bd_prev_slen = copy_len; in catchpacket()
4324 d->bd_prev_slen = 0; in bpf_allocbufs()