Lines Matching full:program
15 * The test_loader sequentially loads each program in a skeleton.
26 * For test filtering purposes the name of the program loaded in
27 * unprivileged mode is derived from the usual program name by adding
56 * __jited Match a line in a disassembly of the jited BPF program.
89 * __success Expect program load success in privileged mode.
90 * __success_unpriv Expect program load success in unprivileged mode.
92 * __failure Expect program load failure in privileged mode.
93 * __failure_unpriv Expect program load failure in unprivileged mode.
95 * __retval Execute the program using BPF_PROG_TEST_RUN command,
104 * __retval_unpriv Same, but load program in unprivileged mode.
106 * __description Text to be used instead of a program name for display
109 * __log_level Log level to use for the program, numeric value expected.
111 * __flag Adds one flag use for the program, the following values are valid:
121 * __auxiliary Annotated program is not a separate test, but used as auxiliary
123 * __auxiliary_unpriv Same, but load program in unprivileged mode.