Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dbpfdesc.h149 uint8_t bd_prev_slen; member
H A Dbpf.c1087 (d)->bd_prev_slen = 0; \
1577 d->bd_prev_slen = 0; in reset_d()
1720 d_to->bd_prev_slen = d_from->bd_prev_slen; in bpf_setup()
1721 ASSERT(d_to->bd_prev_slen <= BPF_HDR_COMP_LEN_MAX); in bpf_setup()
3880 if (d->bd_prev_slen != 0) { in catchpacket()
3882 d->bd_prev_sbuf, MIN(copy_len, d->bd_prev_slen)); in catchpacket()
3927 d->bd_prev_slen = copy_len; in catchpacket()
3987 d->bd_prev_slen = 0; in bpf_allocbufs()