Lines Matching refs:bpf_string
95 char **bpf_string, bool *need_release,
128 *bpf_string = tmp_string;
131 *bpf_string = arg;
134 if (sscanf(*bpf_string, "%hu%c", bpf_len, &sp) != 2 ||
137 free(*bpf_string);
147 char *bpf_string, *token, separator = ',';
154 if (bpf_parse_string(argv[0], from_file, &bpf_len, &bpf_string,
162 token = bpf_string;
191 free(bpf_string);