Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpfdesc.h111 uint32_t bd_write_size_max; /* max length of packet when writing */ member
H A Dbpf.c446 if (d->bd_write_size_max != 0) { in bpf_movein()
447 if ((len - hlen) > (d->bd_write_size_max + BPF_WRITE_LEEWAY)) { in bpf_movein()
449 (unsigned)len, (unsigned)hlen, ifp->if_xname, d->bd_write_size_max); in bpf_movein()
2585 d->bd_dev_minor, d->bd_write_size_max); in bpfioctl()
2589 d->bd_write_size_max = int_arg; in bpfioctl()
2593 int_arg = d->bd_write_size_max; in bpfioctl()