Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c156 static int count_stmts(struct block *);
2019 static int count_stmts(p) in count_stmts() function
2027 n = count_stmts(JT(p)) + count_stmts(JF(p));
2334 n = *lenp = count_stmts(root);