Lines Matching refs:FILE
31 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
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* }
43 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
90 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
101 written to *FILE*.
112 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
115 If *FILE* is specified image will be written to a file,
126 **bpftool prog pin** *PROG* *FILE*
127 Pin program *PROG* as *FILE*.
129 Note: *FILE* must be located in *bpffs* mount. It must not
176 … prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
183 Input data is read from the *FILE* passed with **data_in**.
184 If this *FILE* is "**-**", input data is read from standard
185 input. Input context, if any, is read from *FILE* passed with
188 input data. If a *FILE* is passed with **data_out**, output
190 written to the *FILE* passed with **ctx_out**. For both