Structure that keeps a single BPF instuction; it is repeated 'ninsn' times according to the 'rpcap_filterbpf' header. More... #include <pcap-remote.h> Data Fields uint16code opcode of the instuction uint8jt relative offset to jump to in case of 'true' uint8jf relative offset to jump to in case of 'false' int32k instructi...
arch/x86/net/bpf_jit_comp.c +8-10 Original file line numberDiff line numberDiff line change @@ -1328,7 +1328,7 @@ xadd: if (is_imm8(insn->off)) 1328 1328 return proglen; 1329 1329 } 1330 1330 1331 - static void save_regs(struct btf_func_model *m, u8 **prog, ...