Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbpfdesc.h163 uint8_t bd_prev_slen; member
H A Dbpf.c1285 (d)->bd_prev_slen = 0; \
1788 d->bd_prev_slen = 0; in reset_d()
1931 d_to->bd_prev_slen = d_from->bd_prev_slen; in bpf_setup()
1932 ASSERT(d_to->bd_prev_slen <= BPF_HDR_COMP_LEN_MAX); in bpf_setup()
4241 if (d->bd_prev_slen != 0) { in catchpacket()
4243 d->bd_prev_sbuf, MIN(copy_len, d->bd_prev_slen)); in catchpacket()
4288 d->bd_prev_slen = copy_len; in catchpacket()
4348 d->bd_prev_slen = 0; in bpf_allocbufs()