Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpfdesc.h148 uint8_t bd_prev_slen; member
H A Dbpf.c1047 (d)->bd_prev_slen = 0; \
1533 d->bd_prev_slen = 0; in reset_d()
1674 d_to->bd_prev_slen = d_from->bd_prev_slen; in bpf_setup()
1675 ASSERT(d_to->bd_prev_slen <= BPF_HDR_COMP_LEN_MAX); in bpf_setup()
3791 if (d->bd_prev_slen != 0) { in catchpacket()
3793 d->bd_prev_sbuf, MIN(copy_len, d->bd_prev_slen)); in catchpacket()
3838 d->bd_prev_slen = copy_len; in catchpacket()
3899 d->bd_prev_slen = 0; in bpf_allocbufs()