Home | History | Annotate | Download | only in libnpftest

Lines Matching defs:stateful_ret

23 	int		stateful_ret;
32 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
38 .stateful_ret = RESULT_PASS, .ret = RESULT_BLOCK
46 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
52 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
59 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
65 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
71 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
77 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
89 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
95 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
101 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
107 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
113 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
119 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
125 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
131 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
137 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
143 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
154 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
160 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
166 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
172 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
178 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
184 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
190 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
196 .stateful_ret = RESULT_PASS, .ret = RESULT_PASS
202 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
208 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
216 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
220 .stateful_ret = RESULT_BLOCK, .ret = RESULT_BLOCK
301 i + 1, t->stateful_ret, t->ret, serror, error);
304 CHECK_TRUE(serror == t->stateful_ret)