Home
last modified time | relevance | path

Searched refs:link_fentry (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dkfree_skb.c64 struct bpf_link *link = NULL, *link_fentry = NULL, *link_fexit = NULL; in test_kfree_skb() local
102 link_fentry = bpf_program__attach_trace(fentry); in test_kfree_skb()
103 if (!ASSERT_OK_PTR(link_fentry, "attach fentry")) in test_kfree_skb()
146 bpf_link__destroy(link_fentry); in test_kfree_skb()
Dtrampoline_count.c11 struct bpf_link *link_fentry; member
75 inst[i].link_fentry = link; in test_trampoline_count()
121 bpf_link__destroy(inst[i].link_fentry); in test_trampoline_count()