Home
last modified time | relevance | path

Searched refs:test_pkt_access (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/Documentation/bpf/
Ddrgn.rst49 Find BPF programs attached to BPF program ``test_pkt_access``::
51 % sudo bpf_inspect.py p | grep test_pkt_access
52 650: BPF_PROG_TYPE_SCHED_CLS test_pkt_access
53 …st_main linked:[650->25: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_access()]
54 … test_subprog1 linked:[650->29: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_acc…
55 … test_subprog2 linked:[650->31: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_acc…
56 … test_subprog3 linked:[650->21: BPF_TRAMP_FEXIT test_pkt_access->test_pkt_acc…
57 … new_get_skb_len linked:[650->16: BPF_TRAMP_REPLACE test_pkt_access->get_skb_len(…
58 … new_get_skb_ifindex linked:[650->23: BPF_TRAMP_REPLACE test_pkt_access->get_skb_ifin…
59 … new_get_constant linked:[650->19: BPF_TRAMP_REPLACE test_pkt_access->get_constant…
[all …]
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dprog_run_opts.c25 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()
Dfor_each.c53 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_hash_map()
123 err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_pkt_access), &topts); in test_array_map()
Dpkt_access.c5 void test_pkt_access(void) in test_pkt_access() function
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dfor_each_array_map_elem.c61 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function
Dfor_each_hash_map_elem.c82 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function
Dtest_pkt_access.c103 int test_pkt_access(struct __sk_buff *skb) in test_pkt_access() function