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…
35 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* }
36 | *PROG* := { **id** *PROG_ID* | **pinned** *FILE* | **tag** *PROG_TAG* }
70 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
77 written to *FILE*.
88 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
90 If *FILE* is specified image will be written to a file,
100 **bpftool prog pin** *PROG* *FILE*
101 Pin program *PROG* as *FILE*.
103 Note: *FILE* must be located in *bpffs* mount. It must not
150 … prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
157 Input data is read from the *FILE* passed with **data_in**.
158 If this *FILE* is "**-**", input data is read from standard
159 input. Input context, if any, is read from *FILE* passed with
162 input data. If a *FILE* is passed with **data_out**, output
164 written to the *FILE* passed with **ctx_out**. For both