Searched defs:bpf_insn (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/include/linux/
H A Dbpf.h58 struct bpf_insn { struct
/external/kernel-headers/original/uapi/linux/
H A Dbpf.h58 struct bpf_insn { struct
/external/dhcpcd-6.8.2/
H A Dif-linux.c92 #define bpf_insn sock_filter macro
/external/libpcap/pcap/
H A Dbpf.h108 struct bpf_insn *bf_insns;
1472 struct bpf_insn { struct
1496 extern int bpf_validate(const struct bpf_insn *, int);
1497 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
1498 extern u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const struct bpf_aux_data *);

Completed in 909 milliseconds