Searched refs:BPF_BASE_TYPE_MASK (Results 1 – 1 of 1) sorted by relevance
746 #define BPF_BASE_TYPE_MASK GENMASK(BPF_BASE_TYPE_BITS - 1, 0) macro751 return type & BPF_BASE_TYPE_MASK; in base_type()757 return type & ~BPF_BASE_TYPE_MASK; in type_flag()