Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dbpfdesc.h121 uint32_t bd_write_size_max; /* max length of packet when writing */ member
H A Dbpf.c478 if (d->bd_write_size_max != 0) { in bpf_movein()
479 if ((len - hlen) > (d->bd_write_size_max + BPF_WRITE_LEEWAY)) { in bpf_movein()
481 (unsigned)len, (unsigned)hlen, ifp->if_xname, d->bd_write_size_max); in bpf_movein()
2657 d->bd_dev_minor, d->bd_write_size_max); in bpfioctl()
2661 d->bd_write_size_max = int_arg; in bpfioctl()
2665 int_arg = d->bd_write_size_max; in bpfioctl()