Home
last modified time | relevance | path

Searched refs:bpf_buffer_ioctl_sblen (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dbpf_buffer.h45 int bpf_buffer_ioctl_sblen(struct bpf_d *d, u_int *i);
H A Dbpf_buffer.c159 bpf_buffer_ioctl_sblen(struct bpf_d *d, u_int *i) in bpf_buffer_ioctl_sblen() function
H A Dbpf.c531 return (bpf_buffer_ioctl_sblen(d, i)); in bpf_ioctl_sblen()
1626 error = bpf_buffer_ioctl_sblen(d, &size); in bpfioctl()