Searched refs:xt_register_matches (Results 1 – 25 of 29) sorted by relevance
12
| /linux/net/netfilter/ |
| H A D | xt_length.c | 57 return xt_register_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg)); in length_mt_init()
|
| H A D | xt_hl.c | 84 return xt_register_matches(hl_mt_reg, ARRAY_SIZE(hl_mt_reg)); in hl_mt_init()
|
| H A D | xt_nfacct.c | 84 return xt_register_matches(nfacct_mt_reg, ARRAY_SIZE(nfacct_mt_reg)); in nfacct_mt_init()
|
| H A D | xt_ipcomp.c | 100 return xt_register_matches(comp_mt_reg, ARRAY_SIZE(comp_mt_reg)); in comp_mt_init()
|
| H A D | xt_esp.c | 95 return xt_register_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg)); in esp_mt_init()
|
| H A D | xt_tcpmss.c | 98 return xt_register_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg)); in tcpmss_mt_init()
|
| H A D | xt_dscp.c | 101 return xt_register_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg)); in dscp_mt_init()
|
| H A D | xt_bpf.c | 144 return xt_register_matches(bpf_mt_reg, ARRAY_SIZE(bpf_mt_reg)); in bpf_mt_init()
|
| H A D | xt_ecn.c | 167 return xt_register_matches(ecn_mt_reg, ARRAY_SIZE(ecn_mt_reg)); in ecn_mt_init()
|
| H A D | xt_iprange.c | 122 return xt_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg)); in iprange_mt_init()
|
| H A D | xt_multiport.c | 166 return xt_register_matches(multiport_mt_reg, in multiport_mt_init()
|
| H A D | xt_cluster.c | 174 return xt_register_matches(xt_cluster_match, ARRAY_SIZE(xt_cluster_match)); in xt_cluster_mt_init()
|
| H A D | xt_dccp.c | 168 ret = xt_register_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg)); in dccp_mt_init()
|
| H A D | xt_connlimit.c | 141 return xt_register_matches(connlimit_mt_reg, ARRAY_SIZE(connlimit_mt_reg));
|
| H A D | xt_cgroup.c | 236 return xt_register_matches(cgroup_mt_reg, ARRAY_SIZE(cgroup_mt_reg));
|
| H A D | xt_sctp.c | 191 return xt_register_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg)); in sctp_mt_init()
|
| H A D | xt_policy.c | 178 return xt_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg)); in policy_mt_init()
|
| H A D | xt_addrtype.c | 233 return xt_register_matches(addrtype_mt_reg, in addrtype_mt_init()
|
| H A D | xt_socket.c | 321 return xt_register_matches(socket_mt_reg, ARRAY_SIZE(socket_mt_reg)); in socket_mt_init()
|
| H A D | xt_l2tp.c | 346 return xt_register_matches(&l2tp_mt_reg[0], ARRAY_SIZE(l2tp_mt_reg)); in l2tp_mt_init()
|
| H A D | xt_tcpudp.c | 333 return xt_register_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg)); in tcpudp_mt_init()
|
| H A D | xt_conntrack.c | 317 return xt_register_matches(conntrack_mt_reg, in conntrack_mt_init()
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_hbh.c | 202 return xt_register_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg)); in hbh_mt6_init()
|
| H A D | ip6t_srh.c | 307 return xt_register_matches(srh_mt6_reg, ARRAY_SIZE(srh_mt6_reg)); in srh_mt6_init()
|
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 267 int xt_register_matches(struct xt_match *match, unsigned int n);
|
12