Lines Matching refs:FILE
31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*…
32 | **bpftool** **prog dump jited** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] }]
33 | **bpftool** **prog pin** *PROG* *FILE*
39 …*prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
43 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* | **name** *MAP_NAME* }
44 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
91 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }]
102 *FILE*.
112 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
115 If *FILE* is specified image will be written to a file, otherwise it will
125 bpftool prog pin *PROG* *FILE*
126 Pin program *PROG* as *FILE*.
128 Note: *FILE* must be located in *bpffs* mount. It must not contain a dot
189 bpftool prog run *PROG* data_in *FILE* [data_out *FILE* [data_size_out *L*]] [ctx_in *FILE* [ctx_ou…
195 Input data is read from the *FILE* passed with **data_in**. If this *FILE*
197 is read from *FILE* passed with **ctx_in**. Again, "**-**" can be used to
199 for input data. If a *FILE* is passed with **data_out**, output data is
200 written to that file. Similarly, output context is written to the *FILE*