Home
last modified time | relevance | path

Searched refs:append_filter (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c226 static int append_filter(struct filter **filters, int *cnt, const char *str);
303 err = append_filter(&env.deny_filters, &env.deny_filter_cnt, arg + 1); in parse_arg()
305 err = append_filter(&env.allow_filters, &env.allow_filter_cnt, arg); in parse_arg()
460 static int append_filter(struct filter **filters, int *cnt, const char *str) in append_filter() function
597 err = append_filter(&env.deny_filters, &env.deny_filter_cnt, buf + 1); in append_filter_file()
599 err = append_filter(&env.allow_filters, &env.allow_filter_cnt, buf); in append_filter_file()