Lines Matching defs:name

24 #define BPF_XADD	0xc0	/* exclusive add - legacy name */
481 * Attach an eBPF program to a tracepoint *name* to access kernel
540 * *buf_len* bytes of *buf* will be populated with the name of
1570 __u64 name;
1807 * * ``telnet`` is the name of the current task.
2013 * *size_of_buf*. The **comm** attribute contains the name of
2502 * a warning including PID and process name is printed to kernel
2718 * which the option resides and the name *optname* of the option
2956 * which the option resides and the name *optname* of the option
3832 * Get name of sysctl in /proc/sys/ and copy it into provided by
3837 * If *flags* is zero, full name (e.g. "net/ipv4/tcp_mem") is
3838 * copied. Use **BPF_F_SYSCTL_BASE_NAME** flag to copy base name
3844 * truncated name in this case).
3860 * truncated name in this case).
3878 * truncated name in this case).
4807 * global var (either static or global) defined of the same name
5059 * long bpf_btf_find_by_name_kind(char *name, int name_sz, u32 kind, int flags)
5061 * Find BTF type with given name and kind in vmlinux BTF or in module's BTFs.
5213 * long bpf_kallsyms_lookup_name(const char *name, int name_sz, int flags, u64 *res)
5222 * **-EINVAL** if string *name* is not the same size as *name_sz*.
5899 #define __BPF_FUNC_MAPPER_APPLY(name, value, FN) FN(name),
6091 #define __bpf_md_ptr(type, name) \
6093 type name; \
6443 char name[BPF_OBJ_NAME_LEN];
6480 char name[BPF_OBJ_NAME_LEN];
6496 __aligned_u64 name;
7101 BPF_FD_TYPE_RAW_TRACEPOINT, /* tp name */
7102 BPF_FD_TYPE_TRACEPOINT, /* tp name */