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

/external/iproute2/tc/
H A Dtc_bpf.c95 char **bpf_string, bool *need_release,
127 *need_release = true;
130 *need_release = false;
136 if (*need_release)
149 bool need_release; local
155 &need_release, separator))
190 if (need_release)
94 bpf_parse_string(char *arg, bool from_file, __u16 *bpf_len, char **bpf_string, bool *need_release, const char separator) argument

Completed in 86 milliseconds