Home
last modified time | relevance | path

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

12

/linux/net/netfilter/
H A Dxt_length.c62 xt_unregister_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); in length_mt_exit()
H A Dxt_hl.c89 xt_unregister_matches(hl_mt_reg, ARRAY_SIZE(hl_mt_reg)); in hl_mt_exit()
H A Dxt_nfacct.c89 xt_unregister_matches(nfacct_mt_reg, ARRAY_SIZE(nfacct_mt_reg)); in nfacct_mt_exit()
H A Dxt_ipcomp.c105 xt_unregister_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg)); in comp_mt_exit()
H A Dxt_esp.c100 xt_unregister_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg)); in esp_mt_exit()
H A Dxt_tcpmss.c103 xt_unregister_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg)); in tcpmss_mt_exit()
H A Dxt_dscp.c106 xt_unregister_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg)); in dscp_mt_exit()
H A Dxt_bpf.c149 xt_unregister_matches(bpf_mt_reg, ARRAY_SIZE(bpf_mt_reg)); in bpf_mt_exit()
H A Dxt_ecn.c172 xt_unregister_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg)); in ecn_mt_exit()
H A Dxt_iprange.c127 xt_unregister_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg)); in iprange_mt_exit()
H A Dxt_multiport.c172 xt_unregister_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg)); in multiport_mt_exit()
H A Dxt_cluster.c179 xt_unregister_matches(xt_cluster_match, ARRAY_SIZE(xt_cluster_match)); in xt_cluster_mt_fini()
H A Dxt_dccp.c180 xt_unregister_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg)); in dccp_mt_exit()
H A Dxt_connlimit.c146 xt_unregister_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg));
H A Dxt_cgroup.c241 xt_unregister_matches(cgroup_mt_reg, ARRAY_SIZE(cgroup_mt_reg));
H A Dxt_sctp.c196 xt_unregister_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg)); in sctp_mt_exit()
H A Dxt_policy.c183 xt_unregister_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in policy_mt_exit()
H A Dxt_addrtype.c239 xt_unregister_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg)); in addrtype_mt_exit()
H A Dxt_socket.c326 xt_unregister_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg)); in socket_mt_exit()
H A Dxt_l2tp.c351 xt_unregister_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg)); in l2tp_mt_exit()
H A Dxt_tcpudp.c338 xt_unregister_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg)); in tcpudp_mt_exit()
H A Dxt_conntrack.c323 xt_unregister_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg)); in conntrack_mt_exit()
/linux/net/ipv6/netfilter/
H A Dip6t_hbh.c207 xt_unregister_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg)); in hbh_mt6_exit()
H A Dip6t_srh.c312 xt_unregister_matches(srh_mt6_reg, ARRAY_SIZE(srh_mt6_reg)); in srh_mt6_exit()
/linux/include/linux/netfilter/
H A Dx_tables.h268 void xt_unregister_matches(struct xt_match *match, unsigned int n);

12