Searched refs:bpf_get_opcode (Results 1 – 3 of 3) sorted by relevance
323 const struct bpf_opcode *bpf_get_opcode (unsigned int index);
517 bpf_get_opcode (unsigned int index) in bpf_get_opcode() function
1459 while ((opcode = bpf_get_opcode (idx++)) != NULL) in md_assemble()