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