Searched refs:BpfRawInsn (Results 1 – 2 of 2) sorted by relevance
124 bpf_prog += BpfRawInsn(BPF_STX | BPF_XADD | BPF_W, BPF_REG_2, BPF_REG_1,
252 def BpfRawInsn(code, dst, src, off, imm): function