Searched refs:BPF_FD_SLOT_BTF (Results 1 – 1 of 1) sorted by relevance
2523 #define BPF_FD_SLOT_BTF 1UL macro2532 slot->val = (unsigned long)btf | BPF_FD_SLOT_BTF; in fd_slot_set_btf()2537 if (slot.val & BPF_FD_SLOT_BTF) in fd_slot_map()2544 if (!(slot.val & BPF_FD_SLOT_BTF)) in fd_slot_btf()2546 return (struct btf *)(slot.val & ~BPF_FD_SLOT_BTF); in fd_slot_btf()