Home
last modified time | relevance | path

Searched defs:bpf_insn (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/pcap/
Dbpf.h238 struct bpf_insn { struct
262 PCAP_API int bpf_validate(const struct bpf_insn *, int); argument
/external/scapy/scapy/arch/
Dcommon.py26 class bpf_insn(Structure): class
/external/iproute2/include/uapi/linux/
Dbpf.h64 struct bpf_insn { struct
65 __u8 code; /* opcode */
66 __u8 dst_reg:4; /* dest register */
67 __u8 src_reg:4; /* source register */
68 __s16 off; /* signed offset */
69 __s32 imm; /* signed immediate constant */
/external/kernel-headers/original/uapi/linux/
Dbpf.h64 struct bpf_insn { struct
65 __u8 code; /* opcode */
66 __u8 dst_reg:4; /* dest register */
67 __u8 src_reg:4; /* source register */
68 __s16 off; /* signed offset */
69 __s32 imm; /* signed immediate constant */
/external/scapy/scapy/modules/
Dwinpcapy.py54 class bpf_insn(Structure): class
/external/dhcpcd-6.8.2/
Dif-linux.c92 #define bpf_insn sock_filter macro