Home
last modified time | relevance | path

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

12

/Linux-v4.19/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_ipcomp.c109 xt_unregister_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg)); in comp_mt_exit()
Dxt_tcpmss.c106 xt_unregister_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg)); in tcpmss_mt_exit()
Dxt_dscp.c109 xt_unregister_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg)); in dscp_mt_exit()
Dxt_bpf.c152 xt_unregister_matches(bpf_mt_reg, ARRAY_SIZE(bpf_mt_reg)); in bpf_mt_exit()
Dxt_cgroup.c146 xt_unregister_matches(cgroup_mt_reg, ARRAY_SIZE(cgroup_mt_reg)); in cgroup_mt_exit()
Dxt_ecn.c175 xt_unregister_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg)); in ecn_mt_exit()
Dxt_multiport.c175 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_tcpudp.c227 xt_unregister_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg)); in tcpudp_mt_exit()
Dxt_policy.c186 xt_unregister_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in policy_mt_exit()
Dxt_addrtype.c237 xt_unregister_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg)); in addrtype_mt_exit()
Dxt_socket.c314 xt_unregister_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg)); in socket_mt_exit()
Dxt_l2tp.c354 xt_unregister_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg)); in l2tp_mt_exit()
Dxt_conntrack.c326 xt_unregister_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg)); in conntrack_mt_exit()
Dxt_set.c702 xt_unregister_matches(set_matches, in xt_set_init()
710 xt_unregister_matches(set_matches, ARRAY_SIZE(set_matches)); in xt_set_fini()
Dx_tables.c160 xt_unregister_matches(match, i); in xt_register_matches()
166 xt_unregister_matches(struct xt_match *match, unsigned int n) in xt_unregister_matches() function
171 EXPORT_SYMBOL(xt_unregister_matches);
Dxt_hashlimit.c1320 xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in hashlimit_mt_init()
1329 xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg)); in hashlimit_mt_exit()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_hbh.c211 xt_unregister_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg)); in hbh_mt6_exit()
Dip6t_srh.c310 xt_unregister_matches(srh_mt6_reg, ARRAY_SIZE(srh_mt6_reg)); in srh_mt6_exit()
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h278 void xt_unregister_matches(struct xt_match *match, unsigned int n);

12