Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dxt_length.c57 return xt_register_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); in length_mt_init()
H A Dxt_nfacct.c84 return xt_register_matches(nfacct_mt_reg, ARRAY_SIZE(nfacct_mt_reg)); in nfacct_mt_init()
H A Dxt_ipcomp.c100 return xt_register_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg)); in comp_mt_init()
H A Dxt_esp.c95 return xt_register_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg)); in esp_mt_init()
H A Dxt_dscp.c101 return xt_register_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg)); in dscp_mt_init()
H A Dxt_bpf.c144 return xt_register_matches(bpf_mt_reg, ARRAY_SIZE(bpf_mt_reg)); in bpf_mt_init()
H A Dxt_ecn.c171 return xt_register_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg)); in ecn_mt_init()
H A Dxt_iprange.c122 return xt_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg)); in iprange_mt_init()
H A Dxt_physdev.c171 return xt_register_matches(physdev_mt_reg, ARRAY_SIZE(physdev_mt_reg)); in physdev_mt_init()
H A Dxt_multiport.c192 return xt_register_matches(multiport_mt_reg, in multiport_mt_init()
H A Dxt_dccp.c171 ret = xt_register_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg)); in dccp_mt_init()
H A Dxt_sctp.c191 return xt_register_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg)); in sctp_mt_init()
H A Dxt_policy.c192 return xt_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in policy_mt_init()
H A Dxt_cgroup.c242 return xt_register_matches(cgroup_mt_reg, ARRAY_SIZE(cgroup_mt_reg)); in cgroup_mt_init()
H A Dxt_socket.c310 return xt_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg));
H A Dxt_addrtype.c246 return xt_register_matches(addrtype_mt_reg, in addrtype_mt_init()
H A Dxt_l2tp.c346 return xt_register_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg)); in l2tp_mt_init()
H A Dxt_tcpudp.c335 return xt_register_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg)); in tcpudp_mt_init()
H A Dxt_conntrack.c317 return xt_register_matches(conntrack_mt_reg, in conntrack_mt_init()
H A Dxt_recent.c750 err = xt_register_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg)); in recent_mt_init()
H A Dxt_set.c704 int ret = xt_register_matches(set_matches, ARRAY_SIZE(set_matches)); in xt_set_init()
H A Dx_tables.c165 xt_register_matches(struct xt_match *match, unsigned int n) in xt_register_matches() function
182 EXPORT_SYMBOL(xt_register_matches);
H A Dxt_hashlimit.c1303 err = xt_register_matches(hashlimit_mt_reg, in hashlimit_mt_init()
/linux/net/ipv6/netfilter/
H A Dip6t_hbh.c206 return xt_register_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg)); in hbh_mt6_init()
H A Dip6t_srh.c307 return xt_register_matches(srh_mt6_reg, ARRAY_SIZE(srh_mt6_reg)); in srh_mt6_init()