Searched refs:xt_request_find_match (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/sched/ | 
| D | em_ipt.c | 123 	return xt_request_find_match(nfproto, m->match_name, mrev);  in get_xt_match()
  | 
| /Linux-v5.4/include/linux/netfilter/ | 
| D | x_tables.h | 320 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
  | 
| /Linux-v5.4/net/ipv4/netfilter/ | 
| D | ip_tables.c | 482 	match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name,  in find_check_match() 1263 	match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name,  in compat_find_calc_match()
  | 
| /Linux-v5.4/net/ipv6/netfilter/ | 
| D | ip6_tables.c | 499 	match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name,  in find_check_match() 1279 	match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name,  in compat_find_calc_match()
  | 
| /Linux-v5.4/net/netfilter/ | 
| D | x_tables.c | 208 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision)  in xt_request_find_match()  function 223 EXPORT_SYMBOL_GPL(xt_request_find_match);
  | 
| D | nft_compat.c | 723 	match = xt_request_find_match(family, mt_name, rev);  in nft_match_select_ops()
  | 
| /Linux-v5.4/net/bridge/netfilter/ | 
| D | ebtables.c | 1924 		match = xt_request_find_match(NFPROTO_BRIDGE, name,  in compat_mtw_from_user()
  |