Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_frees_param_strict.c47 static int counter_was_inced(struct expression *expr) in counter_was_inced() function
83 if (strcmp(fn, "kfree_skb") == 0 && counter_was_inced(arg)) in match_free()