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.c447 struct bpf_link *link, *link_nl; in test_mixed_links() local
454 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()
455 ASSERT_OK_PTR(link_nl, "attach_struct_ops_nl"); in test_mixed_links()
467 bpf_link__destroy(link_nl); in test_mixed_links()