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