Lines Matching refs:test_pkt_access
49 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…
61 It can be seen that there is a program ``test_pkt_access``, id 650 and there
63 ``test_pkt_access``.
67 … new_get_skb_len linked:[650->16: BPF_TRAMP_REPLACE test_pkt_access->get_skb_len(…
71 that has BTF id 16 in BPF program id 650, name ``test_pkt_access``.