Searched refs:link_fexit (Results 1 – 2 of 2) sorted by relevance
64 struct bpf_link *link = NULL, *link_fentry = NULL, *link_fexit = NULL; in test_kfree_skb() local105 link_fexit = bpf_program__attach_trace(fexit); in test_kfree_skb()106 if (!ASSERT_OK_PTR(link_fexit, "attach fexit")) in test_kfree_skb()147 bpf_link__destroy(link_fexit); in test_kfree_skb()
12 struct bpf_link *link_fexit; member82 inst[i].link_fexit = link; in test_trampoline_count()122 bpf_link__destroy(inst[i].link_fexit); in test_trampoline_count()