| /linux/net/netfilter/ |
| H A D | xt_length.c | 62 xt_unregister_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); in length_mt_exit()
|
| H A D | xt_nfacct.c | 89 xt_unregister_matches(nfacct_mt_reg, ARRAY_SIZE(nfacct_mt_reg)); in nfacct_mt_exit()
|
| H A D | xt_ipcomp.c | 99 xt_unregister_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg)); in comp_mt_init()
|
| H A D | xt_esp.c | 94 xt_unregister_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg)); in esp_mt_init()
|
| H A D | xt_tcpmss.c | 121 xt_unregister_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg)); in tcpmss_mt_exit()
|
| H A D | xt_bpf.c | 149 xt_unregister_matches(bpf_mt_reg, ARRAY_SIZE(bpf_mt_reg)); in bpf_mt_exit()
|
| H A D | xt_ecn.c | 176 xt_unregister_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg)); in ecn_mt_exit()
|
| H A D | xt_iprange.c | 103 xt_unregister_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
|
| H A D | xt_cluster.c | 179 xt_unregister_matches(xt_cluster_match, ARRAY_SIZE(xt_cluster_match)); in xt_cluster_mt_fini()
|
| H A D | xt_physdev.c | 171 xt_unregister_matches(physdev_mt_reg, ARRAY_SIZE(physdev_mt_reg)); in physdev_mt_exit()
|
| H A D | xt_multiport.c | 194 xt_unregister_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg)); in multiport_mt_init()
|
| H A D | xt_dccp.c | 183 xt_unregister_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg)); in dccp_mt_exit()
|
| H A D | xt_sctp.c | 179 xt_unregister_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg));
|
| H A D | xt_policy.c | 197 xt_unregister_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in policy_mt_exit()
|
| H A D | xt_socket.c | 315 xt_unregister_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
|
| H A D | xt_addrtype.c | 252 xt_unregister_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg)); in addrtype_mt_exit()
|
| H A D | xt_l2tp.c | 351 xt_unregister_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg)); in l2tp_mt_exit()
|
| H A D | xt_tcpudp.c | 334 xt_unregister_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg)); in tcpudp_mt_init()
|
| H A D | xt_set.c | 710 xt_unregister_matches(set_matches, in xt_set_init() 718 xt_unregister_matches(set_matches, ARRAY_SIZE(set_matches)); in xt_set_fini()
|
| H A D | xt_conntrack.c | 323 xt_unregister_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg)); in conntrack_mt_exit()
|
| H A D | x_tables.c | 179 xt_unregister_matches(match, i); in xt_register_matches() 185 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches() function 190 EXPORT_SYMBOL(xt_unregister_matches);
|
| H A D | xt_hashlimit.c | 1333 xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in hashlimit_mt_init() 1342 xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in hashlimit_mt_exit()
|
| H A D | xt_recent.c | 758 xt_unregister_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg)); in recent_mt_exit()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_srh.c | 312 xt_unregister_matches(srh_mt6_reg, ARRAY_SIZE(srh_mt6_reg)); in srh_mt6_exit()
|
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 287 void xt_unregister_matches(struct xt_match *match, unsigned int n);
|