/linux/net/netfilter/ |
H A D | xt_bpf.c | 103 static void bpf_mt_destroy(const struct xt_mtdtor_param *par) in bpf_mt_destroy() 110 static void bpf_mt_destroy_v1(const struct xt_mtdtor_param *par) in bpf_mt_destroy_v1()
|
H A D | xt_cgroup.c | 175 static void cgroup_mt_destroy_v1(const struct xt_mtdtor_param *par) in cgroup_mt_destroy_v1() 183 static void cgroup_mt_destroy_v2(const struct xt_mtdtor_param *par) in cgroup_mt_destroy_v2()
|
H A D | xt_state.c | 49 static void state_mt_destroy(const struct xt_mtdtor_param *par) in state_mt_destroy()
|
H A D | xt_quota.c | 62 static void quota_mt_destroy(const struct xt_mtdtor_param *par) in quota_mt_destroy()
|
H A D | xt_nfacct.c | 50 nfacct_mt_destroy(const struct xt_mtdtor_param *par) in nfacct_mt_destroy()
|
H A D | xt_helper.c | 69 static void helper_mt_destroy(const struct xt_mtdtor_param *par) in helper_mt_destroy()
|
H A D | xt_statistic.c | 69 static void statistic_mt_destroy(const struct xt_mtdtor_param *par) in statistic_mt_destroy()
|
H A D | xt_string.c | 65 static void string_mt_destroy(const struct xt_mtdtor_param *par) in string_mt_destroy()
|
H A D | xt_connlabel.c | 75 static void connlabel_mt_destroy(const struct xt_mtdtor_param *par) in connlabel_mt_destroy()
|
H A D | xt_cluster.c | 144 static void xt_cluster_mt_destroy(const struct xt_mtdtor_param *par) in xt_cluster_mt_destroy()
|
H A D | xt_connbytes.c | 132 static void connbytes_mt_destroy(const struct xt_mtdtor_param *par) in connbytes_mt_destroy()
|
H A D | xt_rateest.c | 116 static void xt_rateest_mt_destroy(const struct xt_mtdtor_param *par) in xt_rateest_mt_destroy()
|
H A D | xt_connlimit.c | 112 static void connlimit_mt_destroy(const struct xt_mtdtor_param *par) in connlimit_mt_destroy()
|
H A D | xt_limit.c | 136 static void limit_mt_destroy(const struct xt_mtdtor_param *par) in limit_mt_destroy()
|
H A D | xt_connmark.c | 145 static void connmark_mt_destroy(const struct xt_mtdtor_param *par) in connmark_mt_destroy()
|
H A D | xt_socket.c | 219 static void socket_mt_destroy(const struct xt_mtdtor_param *par) in socket_mt_destroy()
|
H A D | xt_conntrack.c | 277 static void conntrack_mt_destroy(const struct xt_mtdtor_param *par) in conntrack_mt_destroy()
|
H A D | xt_set.c | 108 set_match_v0_destroy(const struct xt_mtdtor_param *par) in set_match_v0_destroy() 156 set_match_v1_destroy(const struct xt_mtdtor_param *par) in set_match_v1_destroy()
|
H A D | xt_hashlimit.c | 961 static void hashlimit_mt_destroy_v2(const struct xt_mtdtor_param *par) in hashlimit_mt_destroy_v2() 968 static void hashlimit_mt_destroy_v1(const struct xt_mtdtor_param *par) in hashlimit_mt_destroy_v1() 975 static void hashlimit_mt_destroy(const struct xt_mtdtor_param *par) in hashlimit_mt_destroy()
|
H A D | xt_recent.c | 451 static void recent_mt_destroy(const struct xt_mtdtor_param *par) in recent_mt_destroy()
|
H A D | nft_compat.c | 554 struct xt_mtdtor_param par; in __nft_match_destroy()
|
/linux/include/linux/netfilter/ |
H A D | x_tables.h | 97 struct xt_mtdtor_param { struct 150 void (*destroy)(const struct xt_mtdtor_param *); 98 netxt_mtdtor_param global() argument 99 matchxt_mtdtor_param global() argument 100 matchinfoxt_mtdtor_param global() argument 101 familyxt_mtdtor_param global() argument
|
/linux/net/sched/ |
H A D | em_ipt.c | 193 struct xt_mtdtor_param par = { in em_ipt_destroy()
|
/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 452 struct xt_mtdtor_param par; in cleanup_match()
|
/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 622 struct xt_mtdtor_param par; in ebt_cleanup_match()
|