Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf_internal.h337 enum kern_feature_id { enum
396 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
397 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
Dfeatures.c591 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported()
Dlibbpf.c5013 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports()