Home
last modified time | relevance | path

Searched refs:xt_unregister_matches (Results 1 – 24 of 24) sorted by relevance

/linux-3.4.99/net/netfilter/
Dxt_length.c66 xt_unregister_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); in length_mt_exit()
Dxt_hl.c92 xt_unregister_matches(hl_mt_reg, ARRAY_SIZE(hl_mt_reg)); in hl_mt_exit()
Dxt_esp.c103 xt_unregister_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg)); in esp_mt_exit()
Dxt_tcpmss.c106 xt_unregister_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg)); in tcpmss_mt_exit()
Dxt_dscp.c111 xt_unregister_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg)); in dscp_mt_exit()
Dxt_ecn.c175 xt_unregister_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg)); in ecn_mt_exit()
Dxt_multiport.c161 xt_unregister_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg)); in multiport_mt_exit()
Dxt_iprange.c130 xt_unregister_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg)); in iprange_mt_exit()
Dxt_dccp.c183 xt_unregister_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg)); in dccp_mt_exit()
Dxt_sctp.c194 xt_unregister_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg)); in sctp_mt_exit()
Dxt_set.c422 xt_unregister_matches(set_matches, in xt_set_init()
430 xt_unregister_matches(set_matches, ARRAY_SIZE(set_matches)); in xt_set_fini()
Dxt_tcpudp.c230 xt_unregister_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg)); in tcpudp_mt_exit()
Dxt_policy.c182 xt_unregister_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in policy_mt_exit()
Dxt_addrtype.c239 xt_unregister_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg)); in addrtype_mt_exit()
Dxt_connlimit.c308 xt_unregister_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg)); in connlimit_mt_exit()
Dxt_socket.c374 xt_unregister_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg)); in socket_mt_exit()
Dxt_conntrack.c328 xt_unregister_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg)); in conntrack_mt_exit()
Dxt_hashlimit.c829 xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in hashlimit_mt_init()
838 xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in hashlimit_mt_exit()
Dx_tables.c170 xt_unregister_matches(match, i); in xt_register_matches()
176 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches() function
181 EXPORT_SYMBOL(xt_unregister_matches);
Dxt_recent.c663 xt_unregister_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg)); in recent_mt_exit()
/linux-3.4.99/net/ipv6/netfilter/
Dip6t_hbh.c211 xt_unregister_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg)); in hbh_mt6_exit()
Dip6_tables.c2260 xt_unregister_matches(ip6t_builtin_mt, ARRAY_SIZE(ip6t_builtin_mt)); in ip6_tables_init()
2273 xt_unregister_matches(ip6t_builtin_mt, ARRAY_SIZE(ip6t_builtin_mt)); in ip6_tables_fini()
/linux-3.4.99/include/linux/netfilter/
Dx_tables.h422 extern void xt_unregister_matches(struct xt_match *match, unsigned int n);
/linux-3.4.99/net/ipv4/netfilter/
Dip_tables.c2251 xt_unregister_matches(ipt_builtin_mt, ARRAY_SIZE(ipt_builtin_mt)); in ip_tables_init()
2264 xt_unregister_matches(ipt_builtin_mt, ARRAY_SIZE(ipt_builtin_mt)); in ip_tables_fini()