Searched defs:bpf_program (Results 1 – 2 of 2) sorted by relevance
108 struct bpf_program struct110 …tes the number of instructions of the program, i.e. the number of struct bpf_insn that will follow.111 struct bpf_insn *bf_insns; ///< A pointer to the first instruction of the program.
88 struct bpf_program { struct89 u_int bf_len;90 struct bpf_insn *bf_insns;
Completed in 9 milliseconds