Lines Matching full:program
11 * The test_loader sequentially loads each program in a skeleton.
22 * For test filtering purposes the name of the program loaded in
23 * unprivileged mode is derived from the usual program name by adding
39 * __jited Match a line in a disassembly of the jited BPF program.
72 * __success Expect program load success in privileged mode.
73 * __success_unpriv Expect program load success in unprivileged mode.
75 * __failure Expect program load failure in privileged mode.
76 * __failure_unpriv Expect program load failure in unprivileged mode.
78 * __retval Execute the program using BPF_PROG_TEST_RUN command,
85 * __retval_unpriv Same, but load program in unprivileged mode.
87 * __description Text to be used instead of a program name for display
90 * __log_level Log level to use for the program, numeric value expected.
92 * __flag Adds one flag use for the program, the following values are valid:
102 * __auxiliary Annotated program is not a separate test, but used as auxiliary
104 * __auxiliary_unpriv Same, but load program in unprivileged mode.