Searched refs:bpf_len (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dtc_bpf.c94 static int bpf_parse_string(char *arg, bool from_file, __u16 *bpf_len, argument
134 if (sscanf(*bpf_string, "%hu%c", bpf_len, &sp) != 2 ||
150 __u16 bpf_len = 0; local
154 if (bpf_parse_string(argv[0], from_file, &bpf_len, &bpf_string,
157 if (bpf_len == 0 || bpf_len > BPF_MAXINSNS) {
164 if (i >= bpf_len) {
182 if (i != bpf_len) {
188 ret = bpf_len;

Completed in 506 milliseconds