Searched refs:check_match (Results 1 – 4 of 4) 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()
|
| /linux/net/ipv4/netfilter/ |
| H A D | ip_tables.c | 464 check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match() function 487 ret = check_match(m, par); in find_check_match()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6_tables.c | 481 static int check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) in check_match() function 505 ret = check_match(m, par); in find_check_match()
|