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* }
91 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
102 written to *FILE*.
113 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
116 If *FILE* is specified image will be written to a file,
127 **bpftool prog pin** *PROG* *FILE*
128 Pin program *PROG* as *FILE*.
130 Note: *FILE* must be located in *bpffs* mount. It must not
188 … prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
195 Input data is read from the *FILE* passed with **data_in**.
196 If this *FILE* is "**-**", input data is read from standard
197 input. Input context, if any, is read from *FILE* passed with
200 input data. If a *FILE* is passed with **data_out**, output
202 written to the *FILE* passed with **ctx_out**. For both