Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dfeatures.c587 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() function
H A Dbpf.c152 if (memlock_bumped || feat_supported(NULL, FEAT_MEMCG_ACCOUNT)) in bump_rlimit_memlock()
187 if (map_name && feat_supported(NULL, FEAT_PROG_NAME)) in bpf_map_create()
272 if (prog_name && feat_supported(NULL, FEAT_PROG_NAME)) in bpf_prog_load()
H A Dlibbpf_internal.h397 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
H A Dlibbpf.c5069 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()
5071 return feat_supported(NULL, feat_id); in kernel_supports()