Searched refs:test_pkt_access (Results 1 – 9 of 9) sorted by relevance
49 Find BPF programs attached to BPF program ``test_pkt_access``::51 % sudo bpf_inspect.py p | grep test_pkt_access52 650: BPF_PROG_TYPE_SCHED_CLS test_pkt_access53 654: BPF_PROG_TYPE_TRACING test_main linked:[650->25: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_access()]54 655: BPF_PROG_TYPE_TRACING test_subprog1 linked:[650->29: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_access_subprog1()]55 656: BPF_PROG_TYPE_TRACING test_subprog2 linked:[650->31: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_access_subprog2()]56 657: BPF_PROG_TYPE_TRACING test_subprog3 linked:[650->21: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_access_subprog3()]57 658: BPF_PROG_TYPE_EXT new_get_skb_len linked:[650->16: BPF_TRAMP_REPLACE test_pkt_access->get_skb_len()]58 659: BPF_PROG_TYPE_EXT new_get_skb_ifindex linked:[650->23: BPF_TRAMP_REPLACE test_pkt_access[all...]
55 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_hash_map()125 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_array_map()191 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_multi_maps()198 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_multi_maps()233 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_hash_modify()
25 struct test_pkt_access *skel; in test_prog_run_opts()46 prog_fd = bpf_program__fd(skel->progs.test_pkt_access); in test_prog_run_opts()
5 void test_pkt_access(void) in test_pkt_access() function
23 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function
37 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function
61 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function
82 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function
103 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function