Searched refs:link_fentry (Results 1 – 2 of 2) sorted by relevance
64 struct bpf_link *link = NULL, *link_fentry = NULL, *link_fexit = NULL; in test_kfree_skb() local102 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()
11 struct bpf_link *link_fentry; member75 inst[i].link_fentry = link; in test_trampoline_count()121 bpf_link__destroy(inst[i].link_fentry); in test_trampoline_count()