| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 32 const struct xt_match *match; 88 const struct xt_match *match; 106 const struct xt_match *match; 145 struct xt_match { struct 284 int xt_register_match(struct xt_match *target); 285 void xt_unregister_match(struct xt_match *target); 286 int xt_register_matches(struct xt_match *match, unsigned int n); 287 void xt_unregister_matches(struct xt_match *match, unsigned int n); 332 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision); 333 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision); [all …]
|
| /linux/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 24 const struct net_device *out, const struct xt_match *match, 28 const struct xt_match *match, void *matchinfo, 30 void (*destroy)(const struct xt_match *match, void *matchinfo);
|
| /linux/net/netfilter/ |
| H A D | nft_compat.c | 421 struct xt_match *match = expr->ops->data; in __nft_match_eval() 471 struct xt_match *match, void *info, in nft_match_set_mtchk_param() 511 static void match_compat_from_user(struct xt_match *m, void *in, void *out) in match_compat_from_user() 526 struct xt_match *match = expr->ops->data; in __nft_match_init() 561 struct xt_match *m = expr->ops->data; in nft_match_large_init() 578 struct xt_match *match = expr->ops->data; in __nft_match_destroy() 610 struct xt_match *match = expr->ops->data; in __nft_match_dump() 664 struct xt_match *match = expr->ops->data; in nft_match_validate() 827 struct xt_match *match; in nft_match_select_ops() 885 struct xt_match *match = ops->data; in nft_match_release_ops()
|
| H A D | x_tables.c | 142 int xt_register_match(struct xt_match *match) in xt_register_match() 154 xt_unregister_match(struct xt_match *match) in xt_unregister_match() 165 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches() 185 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches() 200 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match() 202 struct xt_match *m; in xt_find_match() 230 struct xt_match * 233 struct xt_match *match; in xt_request_find_match() 353 const struct xt_match *m; in match_revfn() 790 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset() [all …]
|
| H A D | xt_comment.c | 26 static struct xt_match comment_mt_reg __read_mostly = {
|
| H A D | xt_realm.c | 30 static struct xt_match realm_mt_reg __read_mostly = {
|
| H A D | xt_cpu.c | 40 static struct xt_match cpu_mt_reg __read_mostly = {
|
| H A D | xt_osf.c | 37 static struct xt_match xt_osf_match = {
|
| H A D | xt_pkttype.c | 41 static struct xt_match pkttype_mt_reg __read_mostly = {
|
| H A D | xt_length.c | 38 static struct xt_match length_mt_reg[] __read_mostly = {
|
| H A D | xt_state.c | 54 static struct xt_match state_mt_reg __read_mostly = {
|
| H A D | xt_devgroup.c | 66 static struct xt_match devgroup_mt_reg __read_mostly = {
|
| H A D | xt_quota.c | 69 static struct xt_match quota_mt_reg __read_mostly = {
|
| H A D | xt_helper.c | 74 static struct xt_match helper_mt_reg __read_mostly = {
|
| H A D | xt_mark.c | 73 static struct xt_match mark_mt_reg __read_mostly = {
|
| H A D | xt_nfacct.c | 57 static struct xt_match nfacct_mt_reg[] __read_mostly = {
|
| H A D | xt_ipcomp.c | 71 static struct xt_match comp_mt_reg[] __read_mostly = { in comp_mt_check()
|
| /linux/net/sched/ |
| H A D | em_ipt.c | 22 const struct xt_match *match; 97 static struct xt_match *get_xt_match(struct nlattr **tb) in get_xt_match() 131 struct xt_match *match; in em_ipt_change()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_hbh.c | 41 static struct xt_match hbh_mt6_reg[] __read_mostly; 163 static struct xt_match hbh_mt6_reg[] __read_mostly = {
|
| H A D | ip6t_eui64.c | 52 static struct xt_match eui64_mt6_reg __read_mostly = {
|
| H A D | ip6t_mh.c | 66 static struct xt_match mh_mt6_reg __read_mostly = { in mh_mt6_check()
|
| /linux/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 36 struct xt_match; 128 struct xt_match *match;
|
| /linux/net/bridge/netfilter/ |
| H A D | ebt_pkttype.c | 34 static struct xt_match ebt_pkttype_mt_reg __read_mostly = {
|
| H A D | ebt_802_3.c | 56 static struct xt_match ebt_802_3_mt_reg __read_mostly = {
|
| /linux/net/ipv4/netfilter/ |
| H A D | ipt_ah.c | 61 static struct xt_match ah_mt_reg __read_mostly = { in ah_mt_check()
|