Searched refs:bpf_setf (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | bpf.c | 227 static int bpf_setf(struct bpf_d *, u_int, user_addr_t, u_long); 1760 error = bpf_setf(d, prg32.bf_len, in bpfioctl() 1770 error = bpf_setf(d, prg64.bf_len, CAST_USER_ADDR_T(prg64.bf_insns), cmd); in bpfioctl() 2178 bpf_setf(struct bpf_d *d, u_int bf_len, user_addr_t bf_insns, in bpf_setf() function
|