Lines Matching refs:FILE
25 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
26 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
27 | **bpftool** **prog pin** *PROG* *FILE*
32 …*prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
36 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* }
37 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* | **name** *PROG_NAME* }
83 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
94 written to *FILE*.
105 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
108 If *FILE* is specified image will be written to a file,
119 **bpftool prog pin** *PROG* *FILE*
120 Pin program *PROG* as *FILE*.
122 Note: *FILE* must be located in *bpffs* mount. It must not
169 … prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
176 Input data is read from the *FILE* passed with **data_in**.
177 If this *FILE* is "**-**", input data is read from standard
178 input. Input context, if any, is read from *FILE* passed with
181 input data. If a *FILE* is passed with **data_out**, output
183 written to the *FILE* passed with **ctx_out**. For both