Searched defs:bpf_token (Results 1 – 1 of 1) sorted by relevance
1923 struct bpf_token { struct1924 struct work_struct work;1925 atomic64_t refcnt;1926 struct user_namespace *userns;1927 u64 allowed_cmds;1928 u64 allowed_maps;1929 u64 allowed_progs;1930 u64 allowed_attachs;1932 void *security;