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*
38 …*prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
42 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* | **name** *MAP_NAME* }
43 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
90 bpftool prog dump xlated *PROG* [{ file *FILE* | [opcodes] [linum] [visual] }]
101 *FILE*.
111 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
114 If *FILE* is specified image will be written to a file, otherwise it will
124 bpftool prog pin *PROG* *FILE*
125 Pin program *PROG* as *FILE*.
127 Note: *FILE* must be located in *bpffs* mount. It must not contain a dot
176 bpftool prog run *PROG* data_in *FILE* [data_out *FILE* [data_size_out *L*]] [ctx_in *FILE* [ctx_ou…
182 Input data is read from the *FILE* passed with **data_in**. If this *FILE*
184 is read from *FILE* passed with **ctx_in**. Again, "**-**" can be used to
186 for input data. If a *FILE* is passed with **data_out**, output data is
187 written to that file. Similarly, output context is written to the *FILE*