Home
last modified time | relevance | path

Searched refs:xt_table (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/netfilter/
H A Dx_tables.h232 struct xt_table { struct
319 struct xt_table *xt_register_table(struct net *net,
320 const struct xt_table *table,
325 struct xt_table *xt_unregister_table_exit(struct net *net, u8 af, const char *name);
327 struct xt_table_info *xt_replace_table(struct xt_table *table,
338 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
339 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af,
341 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af,
343 void xt_table_unlock(struct xt_table *t);
463 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
[all …]
/linux/net/ipv4/netfilter/
H A Diptable_raw.c19 static const struct xt_table packet_raw = {
27 static const struct xt_table packet_raw_before_defrag = {
40 const struct xt_table *table = &packet_raw; in iptable_raw_table_init()
72 const struct xt_table *table = &packet_raw; in iptable_raw_init()
H A Diptable_nat.c22 static const struct xt_table nf_nat_ipv4_table = {
63 struct xt_table *table; in ipt_nat_register_lookups()
H A Darptable_filter.c21 static const struct xt_table packet_filter = {
H A Diptable_security.c28 static const struct xt_table security_table = {
H A Diptable_filter.c23 static const struct xt_table packet_filter = {
H A Diptable_mangle.c28 static const struct xt_table packet_mangler = {
/linux/net/ipv6/netfilter/
H A Dip6table_raw.c18 static const struct xt_table packet_raw = {
26 static const struct xt_table packet_raw_before_defrag = {
39 const struct xt_table *table = &packet_raw; in ip6table_raw_table_init()
70 const struct xt_table *table = &packet_raw; in ip6table_raw_init()
H A Dip6table_nat.c24 static const struct xt_table nf_nat_ipv6_table = {
65 struct xt_table *table; in ip6t_nat_register_lookups()
H A Dip6table_security.c27 static const struct xt_table security_table = {
H A Dip6table_filter.c22 static const struct xt_table packet_filter = {
H A Dip6table_mangle.c23 static const struct xt_table packet_mangler = {
/linux/include/linux/netfilter_ipv6/
H A Dip6_tables.h25 extern void *ip6t_alloc_initial_table(const struct xt_table *);
27 int ip6t_register_table(struct net *net, const struct xt_table *table,
/linux/include/linux/netfilter_arp/
H A Darp_tables.h51 extern void *arpt_alloc_initial_table(const struct xt_table *);
52 int arpt_register_table(struct net *net, const struct xt_table *table,
/linux/include/linux/netfilter_ipv4/
H A Dip_tables.h25 int ipt_register_table(struct net *net, const struct xt_table *table,
64 extern void *ipt_alloc_initial_table(const struct xt_table *);
/linux/net/netfilter/
H A Dx_tables.c1310 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name) in xt_find_table()
1313 struct xt_table *t; in xt_find_table()
1328 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af, in xt_find_table_lock()
1334 struct xt_table *t; in xt_find_table_lock()
1375 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af, in xt_request_find_table_lock()
1378 struct xt_table *t = xt_find_table_lock(net, af, name); in xt_request_find_table_lock()
1393 void xt_table_unlock(struct xt_table *table) in xt_table_unlock()
1479 do_replace_table(struct xt_table *table, unsigned int num_counters, in do_replace_table()
1539 xt_replace_table(struct xt_table *table, unsigned int num_counters, in xt_replace_table()
1555 struct xt_table *xt_register_table(struct net *net, in xt_register_table()
[all …]
/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h31 #define ipt_table xt_table
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h31 #define ip6t_table xt_table