Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dfeatures.c651 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() function
H A Dlibbpf_internal.h411 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
H A Dlibbpf.c5161 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()
5163 return feat_supported(NULL, feat_id); in kernel_supports()