Searched refs:xt_table (Results 1 – 18 of 18) sorted by relevance
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 232 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 D | iptable_raw.c | 19 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 D | iptable_nat.c | 22 static const struct xt_table nf_nat_ipv4_table = { 63 struct xt_table *table; in ipt_nat_register_lookups()
|
| H A D | arptable_filter.c | 21 static const struct xt_table packet_filter = {
|
| H A D | iptable_security.c | 28 static const struct xt_table security_table = {
|
| H A D | iptable_filter.c | 23 static const struct xt_table packet_filter = {
|
| H A D | iptable_mangle.c | 28 static const struct xt_table packet_mangler = {
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6table_raw.c | 18 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 D | ip6table_nat.c | 24 static const struct xt_table nf_nat_ipv6_table = { 65 struct xt_table *table; in ip6t_nat_register_lookups()
|
| H A D | ip6table_security.c | 27 static const struct xt_table security_table = {
|
| H A D | ip6table_filter.c | 22 static const struct xt_table packet_filter = {
|
| H A D | ip6table_mangle.c | 23 static const struct xt_table packet_mangler = {
|
| /linux/include/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 25 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 D | arp_tables.h | 51 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 D | ip_tables.h | 25 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 D | x_tables.c | 1310 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 D | ip_tables.h | 31 #define ipt_table xt_table
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6_tables.h | 31 #define ip6t_table xt_table
|