Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c2523 #define BPF_FD_SLOT_BTF 1UL macro
2532 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()