Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dkfree_skb.c63 struct bpf_link *link = NULL, *link_fentry = NULL, *link_fexit = NULL; in test_kfree_skb() local
101 link_fentry = bpf_program__attach_trace(fentry); in test_kfree_skb()
102 if (CHECK(IS_ERR(link_fentry), "attach fentry", "err %ld\n", in test_kfree_skb()
103 PTR_ERR(link_fentry))) in test_kfree_skb()
148 if (!IS_ERR_OR_NULL(link_fentry)) in test_kfree_skb()
149 bpf_link__destroy(link_fentry); in test_kfree_skb()