Searched refs:feat_cache (Results 1 – 1 of 1) sorted by relevance
781 struct kern_feature_cache *feat_cache; member5187 obj->feat_cache = calloc(1, sizeof(*obj->feat_cache)); in bpf_object_prepare_token()5188 if (!obj->feat_cache) { in bpf_object_prepare_token()5194 obj->feat_cache->token_fd = token_fd; in bpf_object_prepare_token()5239 if (obj->feat_cache) in kernel_supports()5240 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()5248 if (obj->feat_cache) in bpf_object_set_feat_cache()5249 free(obj->feat_cache); in bpf_object_set_feat_cache()5250 obj->feat_cache = cache; in bpf_object_set_feat_cache()9666 zfree(&obj->feat_cache); in bpf_object__close()