Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c451 struct bpf_link *link, *link_nl; in test_mixed_links() local
458 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()
459 if (!ASSERT_OK_PTR(link_nl, "attach_struct_ops_nl")) in test_mixed_links()
472 bpf_link__destroy(link_nl); in test_mixed_links()