Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf_internal.h415 struct kern_feature_cache { struct
420 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id); argument
422 void bpf_object_set_feat_cache(struct bpf_object *obj, struct kern_feature_cache *cache);
H A Dfeatures.c657 static struct kern_feature_cache feature_cache;
747 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported()
H A Dlibbpf.c781 struct kern_feature_cache *feat_cache;
5246 void bpf_object_set_feat_cache(struct bpf_object *obj, struct kern_feature_cache *cache) in bpf_object_set_feat_cache()