Lines Matching refs:config
224 pr_debug("config bpf program: %s=%s\n", key, value);
229 pr_debug("BPF: ERROR: invalid program config option: %s=%s\n",
261 pr_warning("WARNING: invalid config in BPF object: %s\n",
310 pr_debug("bpf: '%s' is not a valid config string\n",
339 pr_debug("bpf: config program '%s'\n", config_str);
373 pr_debug("bpf: config '%s' is ok\n", config_str);
1170 /* key is "map:<mapname>.<config opt>" */
1171 char *map_name = strdup(term->config + sizeof("map:") - 1);
1182 pr_debug("ERROR: Invalid map config: %s\n", map_name);
1188 pr_debug("ERROR: Invalid map option: %s\n", term->config);
1215 pr_debug("ERROR: Invalid map config option '%s'\n", map_opt);
1233 if (!obj || !term || !term->config)
1236 if (strstarts(term->config, "map:")) {
1317 pr_debug("INFO: nothing to config for map %s\n", name);
1610 [ERRCODE_OFFSET(CONFIG)] = "Invalid config string",
1612 [ERRCODE_OFFSET(EVENTNAME)] = "No event name found in config string",
1615 [ERRCODE_OFFSET(PROGCONF_TERM)] = "Invalid program config term in config string",
1619 [ERRCODE_OFFSET(OBJCONF_OPT)] = "Invalid object config option",
1621 [ERRCODE_OFFSET(OBJCONF_MAP_OPT)] = "Invalid object map config option",
1761 "Can't use this config term with this map type");