Lines Matching refs:name
34 #define BPF_HELPER_MAKE_ENTRY(name) [BPF_FUNC_ ## name] = "bpf_" # name
83 static void print_kernel_option(const char *name, const char *value,
91 jsonw_null_field(json_wtr, name);
97 jsonw_int_field(json_wtr, name, res);
99 jsonw_string_field(json_wtr, name, value);
103 name, value);
105 printf("/* %s%s is not set */\n", define_prefix, name);
108 printf("%s is set to %s\n", name, value);
110 printf("%s is not set\n", name);
326 const char * const name;
443 values[i] || strcmp(buf, options[i].name))
457 print_kernel_option(options[i].name, values[i], define_prefix);
508 p_info("program type name not found (type %d)", prog_type);
513 p_info("program type name too long");
541 p_info("map type name not found (type %d)", map_type);
546 p_info("map type name too long");
771 #define capability_msg(a, i) a[i].set ? "" : a[i].name, a[i].set ? "" : ", "
780 char name[14]; /* strlen("CAP_SYS_ADMIN") */
809 const char *cap_name = bpf_caps[i].name;
842 bpf_caps[0].name);