Searched defs:prog1 (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector_reattach.c | 90 static void test_prog_attach_prog_attach(int netns, int prog1, int prog2) in test_prog_attach_prog_attach() 122 static void test_link_create_link_create(int netns, int prog1, int prog2) in test_link_create_link_create() 147 static void test_prog_attach_link_create(int netns, int prog1, int prog2) in test_prog_attach_link_create() 174 static void test_link_create_prog_attach(int netns, int prog1, int prog2) in test_link_create_prog_attach() 197 static void test_link_create_prog_detach(int netns, int prog1, int prog2) in test_link_create_prog_detach() 220 static void test_prog_attach_detach_query(int netns, int prog1, int prog2) in test_prog_attach_detach_query() 241 static void test_link_create_close_query(int netns, int prog1, int prog2) in test_link_create_close_query() 258 static void test_link_update_no_old_prog(int netns, int prog1, int prog2) in test_link_update_no_old_prog() 283 static void test_link_update_replace_old_prog(int netns, int prog1, int prog2) in test_link_update_replace_old_prog() 308 static void test_link_update_same_prog(int netns, int prog1, int prog2) in test_link_update_same_prog() [all …]
|
H A D | sk_lookup.c | 1153 struct bpf_program *prog1; member
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_autoattach.c | 11 int prog1(const void *ctx) in prog1() function
|
H A D | test_autoload.c | 14 int prog1(const void *ctx) in prog1() function
|
H A D | test_overhead.c | 13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE() argument
|
H A D | test_subprogs.c | 66 int prog1(void *ctx) in prog1() function
|