Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dbpfdesc.h111 uint32_t bd_write_size_max; /* max length of packet when writing */ member
H A Dbpf.c479 if (d->bd_write_size_max != 0) { in bpf_movein()
480 if ((len - hlen) > (d->bd_write_size_max + BPF_WRITE_LEEWAY)) { in bpf_movein()
482 (unsigned)len, (unsigned)hlen, ifp->if_xname, d->bd_write_size_max); in bpf_movein()
2626 d->bd_dev_minor, d->bd_write_size_max); in bpfioctl()
2630 d->bd_write_size_max = int_arg; in bpfioctl()
2634 int_arg = d->bd_write_size_max; in bpfioctl()