Home
last modified time | relevance | path

Searched refs:bpf_asm (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/net/
DMakefile16 all : bpf_jit_disasm bpf_dbg bpf_asm
25 bpf_asm : LDLIBS = target
26 bpf_asm : bpf_asm.o bpf_exp.yacc.o bpf_exp.lex.o target
30 rm -rf *.o bpf_jit_disasm bpf_dbg bpf_asm bpf_exp.yacc.* bpf_exp.lex.*
35 install bpf_asm $(prefix)/bin/bpf_asm
/linux-4.4.14/Documentation/networking/
Dfilter.txt172 Under tools/net/ there's a small helper tool called bpf_asm which can
175 bpf_asm and will be used for further explanations (instead of dealing with
188 A program, that is translated by bpf_asm into "opcodes" is an array that
200 and return instructions that are also represented in bpf_asm syntax. This
201 table lists all bpf_asm instructions available resp. what their underlying
344 then be passed to the bpf_asm tool for generating opcodes, output that xt_bpf
348 $ ./bpf_asm foo
353 $ ./bpf_asm -c foo
383 Loads a BPF filter from standard output of bpf_asm, or transformed via
560 For BPF JIT developers, bpf_jit_disasm, bpf_asm and bpf_dbg provides a useful