Home
last modified time | relevance | path

Searched refs:xt_match (Results 1 – 25 of 81) sorted by relevance

1234

/Linux-v4.19/include/linux/netfilter/
Dx_tables.h32 const struct xt_match *match;
96 const struct xt_match *match;
109 const struct xt_match *match;
142 struct xt_match { struct
275 int xt_register_match(struct xt_match *target);
276 void xt_unregister_match(struct xt_match *target);
277 int xt_register_matches(struct xt_match *match, unsigned int n);
278 void xt_unregister_matches(struct xt_match *match, unsigned int n);
319 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
321 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
[all …]
/Linux-v4.19/include/linux/netfilter_bridge/
Debtables.h24 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-v4.19/net/netfilter/
Dnft_compat.c339 struct xt_match *match = expr->ops->data; in __nft_match_eval()
387 struct xt_match *match, void *info, in nft_match_set_mtchk_param()
427 static void match_compat_from_user(struct xt_match *m, void *in, void *out) in match_compat_from_user()
442 struct xt_match *match = expr->ops->data; in __nft_match_init()
482 struct xt_match *m = expr->ops->data; in nft_match_large_init()
499 struct xt_match *match = expr->ops->data; in __nft_match_destroy()
531 struct xt_match *match = expr->ops->data; in __nft_match_dump()
560 struct xt_match *match = expr->ops->data; in nft_match_validate()
717 static bool nft_match_cmp(const struct xt_match *match, in nft_match_cmp()
729 struct xt_match *match; in nft_match_select_ops()
[all …]
Dx_tables.c123 int xt_register_match(struct xt_match *match) in xt_register_match()
135 xt_unregister_match(struct xt_match *match) in xt_unregister_match()
146 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches()
166 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches()
181 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
183 struct xt_match *m; in xt_find_match()
211 struct xt_match *
214 struct xt_match *match; in xt_request_find_match()
335 const struct xt_match *m; in match_revfn()
727 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset()
[all …]
Dxt_comment.c25 static struct xt_match comment_mt_reg __read_mostly = {
Dxt_realm.c33 static struct xt_match realm_mt_reg __read_mostly = {
Dxt_cpu.c44 static struct xt_match cpu_mt_reg __read_mostly = {
Dxt_mac.c44 static struct xt_match mac_mt_reg __read_mostly = {
Dxt_pkttype.c44 static struct xt_match pkttype_mt_reg __read_mostly = {
Dxt_osf.c53 static struct xt_match xt_osf_match = {
Dxt_state.c57 static struct xt_match state_mt_reg __read_mostly = {
Dxt_length.c42 static struct xt_match length_mt_reg[] __read_mostly = {
Dxt_mark.c54 static struct xt_match mark_mt_reg __read_mostly = {
Dxt_nfacct.c60 static struct xt_match nfacct_mt_reg __read_mostly = {
Dxt_devgroup.c62 static struct xt_match devgroup_mt_reg __read_mostly = {
Dxt_hl.c66 static struct xt_match hl_mt_reg[] __read_mostly = {
Dxt_quota.c68 static struct xt_match quota_mt_reg __read_mostly = {
/Linux-v4.19/net/sched/
Dem_ipt.c26 const struct xt_match *match;
86 static struct xt_match *get_xt_match(struct nlattr **tb) in get_xt_match()
120 struct xt_match *match; in em_ipt_change()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_hbh.c44 static struct xt_match hbh_mt6_reg[] __read_mostly;
184 static struct xt_match hbh_mt6_reg[] __read_mostly = {
Dip6t_eui64.c53 static struct xt_match eui64_mt6_reg __read_mostly = {
Dip6t_mh.c73 static struct xt_match mh_mt6_reg __read_mostly = {
/Linux-v4.19/include/uapi/linux/netfilter_bridge/
Debtables.h36 struct xt_match;
128 struct xt_match *match;
/Linux-v4.19/net/bridge/netfilter/
Debt_pkttype.c33 static struct xt_match ebt_pkttype_mt_reg __read_mostly = {
Debt_802_3.c49 static struct xt_match ebt_802_3_mt_reg __read_mostly = {
/Linux-v4.19/net/ipv4/netfilter/
Dipt_ah.c70 static struct xt_match ah_mt_reg __read_mostly = {

1234