Home | History | Annotate | Download | only in tc

Lines Matching refs:stderr

29 	fprintf(stderr, "Usage: ... bpf [ import UDS_FILE ] [ run CMD ]\n");
30 fprintf(stderr, " ... bpf [ debug ]\n");
31 fprintf(stderr, " ... bpf [ graft MAP_FILE ] [ key KEY ]\n");
32 fprintf(stderr, " `... [ object-file OBJ_FILE ] [ type TYPE ] [ section NAME ] [ verbose ]\n");
33 fprintf(stderr, " `... [ object-pinned PROG_FILE ]\n");
34 fprintf(stderr, "\n");
35 fprintf(stderr, "Where UDS_FILE provides the name of a unix domain socket file\n");
36 fprintf(stderr, "to import eBPF maps and the optional CMD denotes the command\n");
37 fprintf(stderr, "to be executed (default: \'%s\').\n", BPF_DEFAULT_CMD);
38 fprintf(stderr, "Where MAP_FILE points to a pinned map, OBJ_FILE to an object file\n");
39 fprintf(stderr, "and PROG_FILE to a pinned program. TYPE can be {cls, act}, where\n");
40 fprintf(stderr, "\'cls\' is default. KEY is optional and can be inferred from the\n");
41 fprintf(stderr, "section name, otherwise it needs to be provided.\n");
76 fprintf(stderr,
90 fprintf(stderr, "Illegal \"key\"\n");
107 fprintf(stderr, "bpf: No import parameter provided!\n");
113 fprintf(stderr, "bpf: No run command provided!\n");
123 fprintf(stderr, "bpf: Could not receive fds!\n");
138 fprintf(stderr, "bpf: No memory left to allocate env!\n");