Home
last modified time | relevance | path

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

/linux-4.1.27/tools/net/
Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
49 bpf_asm_compile(fp, cstyle); in main()
Dbpf_exp.y41 extern void bpf_asm_compile(FILE *fp, bool cstyle);
759 void bpf_asm_compile(FILE *fp, bool cstyle) in bpf_asm_compile() function