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
43 * __jited Match a line in a disassembly of the jited BPF program.
76 * __success Expect program load success in privileged mode.
77 * __success_unpriv Expect program load success in unprivileged mode.
79 * __failure Expect program load failure in privileged mode.
80 * __failure_unpriv Expect program load failure in unprivileged mode.
82 * __retval Execute the program using BPF_PROG_TEST_RUN command,
89 * __retval_unpriv Same, but load program in unprivileged mode.
91 * __description Text to be used instead of a program name for display
94 * __log_level Log level to use for the program, numeric value expected.
96 * __flag Adds one flag use for the program, the following values are valid:
106 * __auxiliary Annotated program is not a separate test, but used as auxiliary
108 * __auxiliary_unpriv Same, but load program in unprivileged mode.