Lines Matching defs:token
17 bool bpf_token_capable(const struct bpf_token *token, int cap) in bpf_token_capable()
30 void bpf_token_inc(struct bpf_token *token) in bpf_token_inc()
35 static void bpf_token_free(struct bpf_token *token) in bpf_token_free()
44 struct bpf_token *token = container_of(work, struct bpf_token, work); in bpf_token_put_deferred() local
49 void bpf_token_put(struct bpf_token *token) in bpf_token_put()
63 struct bpf_token *token = filp->private_data; in bpf_token_release() local
71 struct bpf_token *token = filp->private_data; in bpf_token_show_fdinfo() local
115 struct bpf_token *token = NULL; in bpf_token_create() local
217 struct bpf_token *token; in bpf_token_get_from_fd() local
230 bool bpf_token_allow_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in bpf_token_allow_cmd()
239 bool bpf_token_allow_map_type(const struct bpf_token *token, enum bpf_map_type type) in bpf_token_allow_map_type()
247 bool bpf_token_allow_prog_type(const struct bpf_token *token, in bpf_token_allow_prog_type()