Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h2074 struct bpf_link *bpf_link_by_id(u32 id);
/Linux-v6.1/kernel/bpf/
Dsyscall.c4706 struct bpf_link *bpf_link_by_id(u32 id) in bpf_link_by_id() function
4761 link = bpf_link_by_id(id); in bpf_link_get_fd_by_id()