Searched refs:check_match (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/user_events/ |
| H A D | dyn_test.c | 147 static int check_match(int *check, const char *first, const char *second, bool *match) in check_match() function 184 ASSERT_NE(-1, check_match(&self->check, x, y, &match)); \ 191 ASSERT_NE(-1, check_match(&self->check, x, y, &match)); \
|
| /linux/net/sched/ |
| H A D | em_ipt.c | 42 static int check_match(struct net *net, struct em_ipt_match *im, int mdata_len) in check_match() function 171 ret = check_match(net, im, mdata_len); in em_ipt_change()
|