Searched refs:token_create (Results 1 - 5 of 5) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dbpf.c1317 const size_t attr_sz = offsetofend(union bpf_attr, token_create);
1325 attr.token_create.bpffs_fd = bpffs_fd;
1326 attr.token_create.flags = OPTS_GET(opts, flags, 0);
/linux-master/kernel/bpf/
H A Dsyscall.c5634 #define BPF_TOKEN_CREATE_LAST_FIELD token_create.bpffs_fd
5636 static int token_create(union bpf_attr *attr) function
5642 if (attr->token_create.flags)
5782 err = token_create(&attr);
H A Dtoken.c124 f = fdget(attr->token_create.bpffs_fd);
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1822 } token_create; member in union:bpf_attr
/linux-master/include/uapi/linux/
H A Dbpf.h1822 } token_create; member in union:bpf_attr

Completed in 379 milliseconds