Home
last modified time | relevance | path

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

1234

/linux-5.19.10/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);
320 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
[all …]
/linux-5.19.10/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-5.19.10/net/netfilter/
Dnft_compat.c373 struct xt_match *match = expr->ops->data; in __nft_match_eval()
422 struct xt_match *match, void *info, in nft_match_set_mtchk_param()
462 static void match_compat_from_user(struct xt_match *m, void *in, void *out) in match_compat_from_user()
477 struct xt_match *match = expr->ops->data; in __nft_match_init()
512 struct xt_match *m = expr->ops->data; in nft_match_large_init()
529 struct xt_match *match = expr->ops->data; in __nft_match_destroy()
561 struct xt_match *match = expr->ops->data; in __nft_match_dump()
591 struct xt_match *match = expr->ops->data; in nft_match_validate()
737 const struct xt_match *match = expr->ops->data; in nft_match_reduce()
747 struct xt_match *match; in nft_match_select_ops()
[all …]
Dx_tables.c139 int xt_register_match(struct xt_match *match) in xt_register_match()
151 xt_unregister_match(struct xt_match *match) in xt_unregister_match()
162 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches()
182 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches()
197 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) in xt_find_match()
199 struct xt_match *m; in xt_find_match()
227 struct xt_match *
230 struct xt_match *match; in xt_request_find_match()
350 const struct xt_match *m; in match_revfn()
744 int xt_compat_match_offset(const struct xt_match *match) in xt_compat_match_offset()
[all …]
Dxt_comment.c26 static struct xt_match comment_mt_reg __read_mostly = {
Dxt_realm.c30 static struct xt_match realm_mt_reg __read_mostly = {
Dxt_cpu.c40 static struct xt_match cpu_mt_reg __read_mostly = {
Dxt_osf.c34 static struct xt_match xt_osf_match = {
Dxt_mac.c41 static struct xt_match mac_mt_reg __read_mostly = {
Dxt_pkttype.c41 static struct xt_match pkttype_mt_reg __read_mostly = {
Dxt_state.c54 static struct xt_match state_mt_reg __read_mostly = {
Dxt_length.c39 static struct xt_match length_mt_reg[] __read_mostly = {
Dxt_mark.c51 static struct xt_match mark_mt_reg __read_mostly = {
Dxt_devgroup.c59 static struct xt_match devgroup_mt_reg __read_mostly = {
Dxt_hl.c63 static struct xt_match hl_mt_reg[] __read_mostly = {
Dxt_quota.c69 static struct xt_match quota_mt_reg __read_mostly = {
Dxt_helper.c74 static struct xt_match helper_mt_reg __read_mostly = {
/linux-5.19.10/net/sched/
Dem_ipt.c22 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-5.19.10/net/ipv6/netfilter/
Dip6t_hbh.c41 static struct xt_match hbh_mt6_reg[] __read_mostly;
180 static struct xt_match hbh_mt6_reg[] __read_mostly = {
Dip6t_eui64.c50 static struct xt_match eui64_mt6_reg __read_mostly = {
Dip6t_mh.c69 static struct xt_match mh_mt6_reg __read_mostly = {
/linux-5.19.10/include/uapi/linux/netfilter_bridge/
Debtables.h36 struct xt_match;
128 struct xt_match *match;
/linux-5.19.10/net/bridge/netfilter/
Debt_pkttype.c34 static struct xt_match ebt_pkttype_mt_reg __read_mostly = {
Debt_802_3.c56 static struct xt_match ebt_802_3_mt_reg __read_mostly = {
/linux-5.19.10/net/ipv4/netfilter/
Dipt_ah.c67 static struct xt_match ah_mt_reg __read_mostly = {

1234