Home | History | Annotate | Download | only in tc

Lines Matching full:stderr

34 	fprintf(stderr, "Usage: ... bpf ... [ index INDEX ]\n");
35 fprintf(stderr, "\n");
36 fprintf(stderr, "BPF use case:\n");
37 fprintf(stderr, " bytecode BPF_BYTECODE\n");
38 fprintf(stderr, " bytecode-file FILE\n");
39 fprintf(stderr, "\n");
40 fprintf(stderr, "eBPF use case:\n");
41 fprintf(stderr, " object-file FILE [ section ACT_NAME ] [ export UDS_FILE ]");
42 fprintf(stderr, " [ verbose ]\n");
43 fprintf(stderr, " object-pinned FILE\n");
44 fprintf(stderr, "\n");
45 fprintf(stderr, "Where BPF_BYTECODE := \'s,c t f k,c t f k,c t f k,...\'\n");
46 fprintf(stderr, "c,t,f,k and s are decimals; s denotes number of 4-tuples\n");
47 fprintf(stderr, "\n");
48 fprintf(stderr, "Where FILE points to a file containing the BPF_BYTECODE string,\n");
49 fprintf(stderr, "an ELF file containing eBPF map definitions and bytecode, or a\n");
50 fprintf(stderr, "pinned eBPF program.\n");
51 fprintf(stderr, "\n");
52 fprintf(stderr, "Where ACT_NAME refers to the section name containing the\n");
53 fprintf(stderr, "action (default \'%s\').\n", bpf_default_section(bpf_type));
54 fprintf(stderr, "\n");
55 fprintf(stderr, "Where UDS_FILE points to a unix domain socket file in order\n");
56 fprintf(stderr, "to hand off control of all created eBPF maps to an agent.\n");
57 fprintf(stderr, "\n");
58 fprintf(stderr, "Where optionally INDEX points to an existing action, or\n");
59 fprintf(stderr, "explicitly specifies an action index upon creation.\n");
90 fprintf(stderr, "Failed to retrieve (e)BPF data!\n");
135 fprintf(stderr, "bpf: Illegal \"index\"\n");