Home
last modified time | relevance | path

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

1234

/linux/include/linux/netfilter/
A 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/include/linux/netfilter_bridge/
A 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/net/netfilter/
A 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()
739 struct xt_match *match; in nft_match_select_ops()
797 struct xt_match *match = ops->data; in nft_match_release_ops()
A 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()
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()
754 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_from_user()
787 const struct xt_match *match = m->u.kernel.match; in xt_compat_match_to_user()
[all …]
A Dxt_comment.c26 static struct xt_match comment_mt_reg __read_mostly = {
A Dxt_realm.c30 static struct xt_match realm_mt_reg __read_mostly = {
A Dxt_cpu.c40 static struct xt_match cpu_mt_reg __read_mostly = {
A Dxt_osf.c34 static struct xt_match xt_osf_match = {
A Dxt_mac.c41 static struct xt_match mac_mt_reg __read_mostly = {
A Dxt_pkttype.c41 static struct xt_match pkttype_mt_reg __read_mostly = {
A Dxt_state.c54 static struct xt_match state_mt_reg __read_mostly = {
A Dxt_length.c39 static struct xt_match length_mt_reg[] __read_mostly = {
A Dxt_mark.c51 static struct xt_match mark_mt_reg __read_mostly = {
A Dxt_devgroup.c59 static struct xt_match devgroup_mt_reg __read_mostly = {
A Dxt_hl.c63 static struct xt_match hl_mt_reg[] __read_mostly = {
A Dxt_quota.c69 static struct xt_match quota_mt_reg __read_mostly = {
A Dxt_helper.c74 static struct xt_match helper_mt_reg __read_mostly = {
/linux/net/sched/
A 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/net/ipv6/netfilter/
A Dip6t_hbh.c41 static struct xt_match hbh_mt6_reg[] __read_mostly;
180 static struct xt_match hbh_mt6_reg[] __read_mostly = {
A Dip6t_eui64.c50 static struct xt_match eui64_mt6_reg __read_mostly = {
A Dip6t_mh.c69 static struct xt_match mh_mt6_reg __read_mostly = {
/linux/include/uapi/linux/netfilter_bridge/
A Debtables.h36 struct xt_match;
128 struct xt_match *match;
/linux/net/bridge/netfilter/
A Debt_pkttype.c34 static struct xt_match ebt_pkttype_mt_reg __read_mostly = {
A Debt_802_3.c56 static struct xt_match ebt_802_3_mt_reg __read_mostly = {
/linux/net/ipv4/netfilter/
A Dipt_ah.c67 static struct xt_match ah_mt_reg __read_mostly = {

Completed in 29 milliseconds

1234