Searched refs:xt_table (Results 1 – 6 of 6) sorted by relevance
/include/net/netns/ |
D | ipv4.h | 36 struct xt_table *iptable_filter; 37 struct xt_table *iptable_mangle; 38 struct xt_table *iptable_raw; 39 struct xt_table *arptable_filter; 41 struct xt_table *iptable_security; 43 struct xt_table *nat_table;
|
D | ipv6.h | 37 struct xt_table *ip6table_filter; 38 struct xt_table *ip6table_mangle; 39 struct xt_table *ip6table_raw; 41 struct xt_table *ip6table_security;
|
/include/linux/netfilter_ipv4/ |
D | ip_tables.h | 35 #define ipt_table xt_table 240 extern struct xt_table *ipt_register_table(struct net *net, 241 const struct xt_table *table, 243 extern void ipt_unregister_table(struct net *net, struct xt_table *table); 278 extern void *ipt_alloc_initial_table(const struct xt_table *); 283 struct xt_table *table);
|
/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 35 #define ip6t_table xt_table 278 extern void *ip6t_alloc_initial_table(const struct xt_table *); 279 extern struct xt_table *ip6t_register_table(struct net *net, 280 const struct xt_table *table, 282 extern void ip6t_unregister_table(struct net *net, struct xt_table *table); 287 struct xt_table *table);
|
/include/linux/netfilter_arp/ |
D | arp_tables.h | 247 extern void *arpt_alloc_initial_table(const struct xt_table *); 248 extern struct xt_table *arpt_register_table(struct net *net, 249 const struct xt_table *table, 251 extern void arpt_unregister_table(struct xt_table *table); 256 struct xt_table *table);
|
/include/linux/netfilter/ |
D | x_tables.h | 366 struct xt_table { struct 429 extern struct xt_table *xt_register_table(struct net *net, 430 const struct xt_table *table, 433 extern void *xt_unregister_table(struct xt_table *table); 435 extern struct xt_table_info *xt_replace_table(struct xt_table *table, 449 extern struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af, 451 extern void xt_table_unlock(struct xt_table *t); 538 extern struct nf_hook_ops *xt_hook_link(const struct xt_table *, nf_hookfn *); 539 extern void xt_hook_unlink(const struct xt_table *, struct nf_hook_ops *);
|