Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpfdesc.h151 uint8_t bd_prev_slen; member
H A Dbpf.c1205 (d)->bd_prev_slen = 0; \
1706 d->bd_prev_slen = 0; in reset_d()
1849 d_to->bd_prev_slen = d_from->bd_prev_slen; in bpf_setup()
1850 ASSERT(d_to->bd_prev_slen <= BPF_HDR_COMP_LEN_MAX); in bpf_setup()
4072 if (d->bd_prev_slen != 0) { in catchpacket()
4074 d->bd_prev_sbuf, MIN(copy_len, d->bd_prev_slen)); in catchpacket()
4119 d->bd_prev_slen = copy_len; in catchpacket()
4179 d->bd_prev_slen = 0; in bpf_allocbufs()