Searched refs:BPF_LINK_GET_FD_BY_ID (Results 1 – 2 of 2) sorted by relevance
/tools/include/uapi/linux/ | ||
D | bpf.h | 870 BPF_LINK_GET_FD_BY_ID, enumerator |
/tools/lib/bpf/ | ||
D | bpf.c | 961 fd = sys_bpf(BPF_LINK_GET_FD_BY_ID, &attr, sizeof(attr)); in bpf_link_get_fd_by_id() |