Searched refs:xt_match (Results 1 – 25 of 81) sorted by relevance
1234
/linux/include/linux/netfilter/ |
A D | x_tables.h | 32 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 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/ |
A D | nft_compat.c | 373 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 D | x_tables.c | 139 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 D | xt_comment.c | 26 static struct xt_match comment_mt_reg __read_mostly = {
|
A D | xt_realm.c | 30 static struct xt_match realm_mt_reg __read_mostly = {
|
A D | xt_cpu.c | 40 static struct xt_match cpu_mt_reg __read_mostly = {
|
A D | xt_osf.c | 34 static struct xt_match xt_osf_match = {
|
A D | xt_mac.c | 41 static struct xt_match mac_mt_reg __read_mostly = {
|
A D | xt_pkttype.c | 41 static struct xt_match pkttype_mt_reg __read_mostly = {
|
A D | xt_state.c | 54 static struct xt_match state_mt_reg __read_mostly = {
|
A D | xt_length.c | 39 static struct xt_match length_mt_reg[] __read_mostly = {
|
A D | xt_mark.c | 51 static struct xt_match mark_mt_reg __read_mostly = {
|
A D | xt_devgroup.c | 59 static struct xt_match devgroup_mt_reg __read_mostly = {
|
A D | xt_hl.c | 63 static struct xt_match hl_mt_reg[] __read_mostly = {
|
A D | xt_quota.c | 69 static struct xt_match quota_mt_reg __read_mostly = {
|
A D | xt_helper.c | 74 static struct xt_match helper_mt_reg __read_mostly = {
|
/linux/net/sched/ |
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/ |
A D | ip6t_hbh.c | 41 static struct xt_match hbh_mt6_reg[] __read_mostly; 180 static struct xt_match hbh_mt6_reg[] __read_mostly = {
|
A D | ip6t_eui64.c | 50 static struct xt_match eui64_mt6_reg __read_mostly = {
|
A D | ip6t_mh.c | 69 static struct xt_match mh_mt6_reg __read_mostly = {
|
/linux/include/uapi/linux/netfilter_bridge/ |
A D | ebtables.h | 36 struct xt_match; 128 struct xt_match *match;
|
/linux/net/bridge/netfilter/ |
A D | ebt_pkttype.c | 34 static struct xt_match ebt_pkttype_mt_reg __read_mostly = {
|
A D | ebt_802_3.c | 56 static struct xt_match ebt_802_3_mt_reg __read_mostly = {
|
/linux/net/ipv4/netfilter/ |
A D | ipt_ah.c | 67 static struct xt_match ah_mt_reg __read_mostly = {
|
Completed in 29 milliseconds
1234