Searched refs:bpf_asm (Results 1 – 2 of 2) sorted by relevance
16 all : bpf_jit_disasm bpf_dbg bpf_asm25 bpf_asm : LDLIBS = target26 bpf_asm : bpf_asm.o bpf_exp.yacc.o bpf_exp.lex.o target30 rm -rf *.o bpf_jit_disasm bpf_dbg bpf_asm bpf_exp.yacc.* bpf_exp.lex.*35 install bpf_asm $(prefix)/bin/bpf_asm
172 Under tools/net/ there's a small helper tool called bpf_asm which can175 bpf_asm and will be used for further explanations (instead of dealing with188 A program, that is translated by bpf_asm into "opcodes" is an array that200 and return instructions that are also represented in bpf_asm syntax. This201 table lists all bpf_asm instructions available resp. what their underlying344 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf348 $ ./bpf_asm foo353 $ ./bpf_asm -c foo383 Loads a BPF filter from standard output of bpf_asm, or transformed via560 For BPF JIT developers, bpf_jit_disasm, bpf_asm and bpf_dbg provides a useful