Home | History | Annotate | Download | only in tc

Lines Matching full:stderr

32 	fprintf(stderr, "Usage: ... bpf ...\n");
33 fprintf(stderr, "\n");
34 fprintf(stderr, "BPF use case:\n");
35 fprintf(stderr, " bytecode BPF_BYTECODE\n");
36 fprintf(stderr, " bytecode-file FILE\n");
37 fprintf(stderr, "\n");
38 fprintf(stderr, "eBPF use case:\n");
39 fprintf(stderr, " object-file FILE [ section CLS_NAME ] [ export UDS_FILE ]");
40 fprintf(stderr, " [ verbose ] [ direct-action ]\n");
41 fprintf(stderr, " object-pinned FILE [ direct-action ]\n");
42 fprintf(stderr, "\n");
43 fprintf(stderr, "Common remaining options:\n");
44 fprintf(stderr, " [ action ACTION_SPEC ]\n");
45 fprintf(stderr, " [ classid CLASSID ]\n");
46 fprintf(stderr, "\n");
47 fprintf(stderr, "Where BPF_BYTECODE := \'s,c t f k,c t f k,c t f k,...\'\n");
48 fprintf(stderr, "c,t,f,k and s are decimals; s denotes number of 4-tuples\n");
49 fprintf(stderr, "\n");
50 fprintf(stderr, "Where FILE points to a file containing the BPF_BYTECODE string,\n");
51 fprintf(stderr, "an ELF file containing eBPF map definitions and bytecode, or a\n");
52 fprintf(stderr, "pinned eBPF program.\n");
53 fprintf(stderr, "\n");
54 fprintf(stderr, "Where CLS_NAME refers to the section name containing the\n");
55 fprintf(stderr, "classifier (default \'%s\').\n", bpf_default_section(bpf_type));
56 fprintf(stderr, "\n");
57 fprintf(stderr, "Where UDS_FILE points to a unix domain socket file in order\n");
58 fprintf(stderr, "to hand off control of all created eBPF maps to an agent.\n");
59 fprintf(stderr, "\n");
60 fprintf(stderr, "ACTION_SPEC := ... look at individual actions\n");
61 fprintf(stderr, "NOTE: CLASSID is parsed as hexadecimal input.\n");
79 fprintf(stderr, "Illegal \"handle\"\n");
94 fprintf(stderr, "Failed to retrieve (e)BPF data!\n");
103 fprintf(stderr, "Illegal \"classid\"\n");
113 fprintf(stderr, "Illegal \"action\"\n");
120 fprintf(stderr, "Illegal \"police\"\n");
131 fprintf(stderr, "What is \"%s\"?\n", *argv);