Lines Matching refs:FILE
27 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
28 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
29 | **bpftool** **prog pin** *PROG* *FILE*
34 …*prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
38 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* }
39 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
86 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
97 written to *FILE*.
108 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
111 If *FILE* is specified image will be written to a file,
122 **bpftool prog pin** *PROG* *FILE*
123 Pin program *PROG* as *FILE*.
125 Note: *FILE* must be located in *bpffs* mount. It must not
172 … prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
179 Input data is read from the *FILE* passed with **data_in**.
180 If this *FILE* is "**-**", input data is read from standard
181 input. Input context, if any, is read from *FILE* passed with
184 input data. If a *FILE* is passed with **data_out**, output
186 written to the *FILE* passed with **ctx_out**. For both