Searched refs:bpf_link__fd (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c471 close(bpf_link__fd(link));
H A Dtc_opts.c1451 lid2 = id_from_link_fd(bpf_link__fd(skel->links.tc2));
1507 lid4 = id_from_link_fd(bpf_link__fd(skel->links.tc4));
/linux-master/tools/lib/bpf/
H A Dlibbpf.h418 LIBBPF_API int bpf_link__fd(const struct bpf_link *link);
H A Dlibbpf.c10527 ret = bpf_link_update(bpf_link__fd(link), prog_fd, NULL);
10565 int bpf_link__fd(const struct bpf_link *link) function

Completed in 220 milliseconds

12