Home
last modified time | relevance | path

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

/external/strace/tests-mx32/
Dbpf-obj_get_info_by_fd.c72 struct bpf_insn { struct
73 uint8_t code;
74 uint8_t dst_reg:4;
75 uint8_t src_reg:4;
76 int16_t off;
77 int32_t imm;
Dbpf.c66 struct bpf_insn { struct
67 uint8_t code;
68 uint8_t dst_reg:4;
69 uint8_t src_reg:4;
70 int16_t off;
71 int32_t imm;
/external/strace/tests-m32/
Dbpf-obj_get_info_by_fd.c72 struct bpf_insn { struct
73 uint8_t code;
74 uint8_t dst_reg:4;
75 uint8_t src_reg:4;
76 int16_t off;
77 int32_t imm;
Dbpf.c66 struct bpf_insn { struct
67 uint8_t code;
68 uint8_t dst_reg:4;
69 uint8_t src_reg:4;
70 int16_t off;
71 int32_t imm;
/external/strace/tests/
Dbpf-obj_get_info_by_fd.c72 struct bpf_insn { struct
73 uint8_t code;
74 uint8_t dst_reg:4;
75 uint8_t src_reg:4;
76 int16_t off;
77 int32_t imm;
Dbpf.c66 struct bpf_insn { struct
67 uint8_t code;
68 uint8_t dst_reg:4;
69 uint8_t src_reg:4;
70 int16_t off;
71 int32_t imm;
/external/elfutils/lib/
Dbpf.h77 struct bpf_insn struct
79 uint8_t code;
80 uint8_t dst_reg:4;
81 uint8_t src_reg:4;
82 int16_t off;
83 int32_t imm;
/external/libpcap/pcap/
Dbpf.h234 struct bpf_insn { struct
257 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/bcc/src/cc/compat/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/bcc/src/cc/includes/compat/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