Searched refs:ng_bpf_hookprog (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/netgraph/
H A Dng_bpf.h52 struct ng_bpf_hookprog { struct
61 (sizeof(struct ng_bpf_hookprog) + (numInsn) * sizeof(struct bpf_insn))
96 NGM_BPF_SET_PROGRAM = 1, /* supply a struct ng_bpf_hookprog */
97 NGM_BPF_GET_PROGRAM, /* returns a struct ng_bpf_hookprog */
H A Dng_bpf.c91 struct ng_bpf_hookprog *prog;
111 static int ng_bpf_setprog(hook_p hook, const struct ng_bpf_hookprog *hp);
126 /* Parse type for the field 'bpf_prog' in struct ng_bpf_hookprog */
131 const struct ng_bpf_hookprog *hp;
133 hp = (const struct ng_bpf_hookprog *)
134 (buf - OFFSETOF(struct ng_bpf_hookprog, bpf_prog));
148 /* Parse type for struct ng_bpf_hookprog */
219 static const struct ng_bpf_hookprog ng_bpf_default_prog = {
317 struct ng_bpf_hookprog *const
318 hp = (struct ng_bpf_hookprog *)ms
[all...]

Completed in 81 milliseconds