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() local106 link_fexit = bpf_program__attach_trace(fexit); in test_kfree_skb()107 if (CHECK(IS_ERR(link_fexit), "attach fexit", "err %ld\n", in test_kfree_skb()108 PTR_ERR(link_fexit))) in test_kfree_skb()151 if (!IS_ERR_OR_NULL(link_fexit)) in test_kfree_skb()152 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()120 bpf_link__destroy(inst[i].link_fexit); in test_trampoline_count()