Lines Matching full:program
8 * The test_loader sequentially loads each program in a skeleton.
19 * For test filtering purposes the name of the program loaded in
20 * unprivileged mode is derived from the usual program name by adding
27 * __success Expect program load success in privileged mode.
28 * __success_unpriv Expect program load success in unprivileged mode.
30 * __failure Expect program load failure in privileged mode.
31 * __failure_unpriv Expect program load failure in unprivileged mode.
33 * __retval Execute the program using BPF_PROG_TEST_RUN command,
40 * __retval_unpriv Same, but load program in unprivileged mode.
42 * __description Text to be used instead of a program name for display
45 * __log_level Log level to use for the program, numeric value expected.
47 * __flag Adds one flag use for the program, the following values are valid:
57 * __auxiliary Annotated program is not a separate test, but used as auxiliary
59 * __auxiliary_unpriv Same, but load program in unprivileged mode.