Symbol: xt_table
include/linux/netfilter/x_tables.h
298
struct xt_table *xt_register_table(struct net *net,
include/linux/netfilter/x_tables.h
299
const struct xt_table *table,
include/linux/netfilter/x_tables.h
302
void *xt_unregister_table(struct xt_table *table);
include/linux/netfilter/x_tables.h
304
struct xt_table_info *xt_replace_table(struct xt_table *table,
include/linux/netfilter/x_tables.h
315
struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
include/linux/netfilter/x_tables.h
316
struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af,
include/linux/netfilter/x_tables.h
318
struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af,
include/linux/netfilter/x_tables.h
320
void xt_table_unlock(struct xt_table *t);
include/linux/netfilter/x_tables.h
440
struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
include/linux/netfilter/x_tables.h
442
int xt_register_template(const struct xt_table *t, int(*table_init)(struct net *net));
include/linux/netfilter/x_tables.h
443
void xt_unregister_template(const struct xt_table *t);
include/linux/netfilter_arp/arp_tables.h
51
extern void *arpt_alloc_initial_table(const struct xt_table *);
include/linux/netfilter_arp/arp_tables.h
52
int arpt_register_table(struct net *net, const struct xt_table *table,
include/linux/netfilter_ipv4/ip_tables.h
25
int ipt_register_table(struct net *net, const struct xt_table *table,
include/linux/netfilter_ipv4/ip_tables.h
65
extern void *ipt_alloc_initial_table(const struct xt_table *);
include/linux/netfilter_ipv6/ip6_tables.h
25
extern void *ip6t_alloc_initial_table(const struct xt_table *);
include/linux/netfilter_ipv6/ip6_tables.h
27
int ip6t_register_table(struct net *net, const struct xt_table *table,
include/uapi/linux/netfilter_ipv4/ip_tables.h
31
#define ipt_table xt_table
include/uapi/linux/netfilter_ipv6/ip6_tables.h
31
#define ip6t_table xt_table
net/ipv4/netfilter/arp_tables.c
1008
struct xt_table *t;
net/ipv4/netfilter/arp_tables.c
1340
struct xt_table *table,
net/ipv4/netfilter/arp_tables.c
1379
struct xt_table *t;
net/ipv4/netfilter/arp_tables.c
1490
static void __arpt_unregister_table(struct net *net, struct xt_table *table)
net/ipv4/netfilter/arp_tables.c
1509
const struct xt_table *table,
net/ipv4/netfilter/arp_tables.c
1519
struct xt_table *new_table;
net/ipv4/netfilter/arp_tables.c
1574
struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name);
net/ipv4/netfilter/arp_tables.c
1583
struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name);
net/ipv4/netfilter/arp_tables.c
186
const struct xt_table *table = priv;
net/ipv4/netfilter/arp_tables.c
38
void *arpt_alloc_initial_table(const struct xt_table *info)
net/ipv4/netfilter/arp_tables.c
649
static struct xt_counters *alloc_counters(const struct xt_table *table)
net/ipv4/netfilter/arp_tables.c
671
const struct xt_table *table,
net/ipv4/netfilter/arp_tables.c
794
struct xt_table *t;
net/ipv4/netfilter/arp_tables.c
851
struct xt_table *t;
net/ipv4/netfilter/arp_tables.c
887
struct xt_table *t;
net/ipv4/netfilter/arptable_filter.c
21
static const struct xt_table packet_filter = {
net/ipv4/netfilter/ip_tables.c
1008
struct xt_table *t;
net/ipv4/netfilter/ip_tables.c
1041
struct xt_table *t;
net/ipv4/netfilter/ip_tables.c
1161
struct xt_table *t;
net/ipv4/netfilter/ip_tables.c
1550
compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table,
net/ipv4/netfilter/ip_tables.c
1584
struct xt_table *t;
net/ipv4/netfilter/ip_tables.c
1705
static void __ipt_unregister_table(struct net *net, struct xt_table *table)
net/ipv4/netfilter/ip_tables.c
1723
int ipt_register_table(struct net *net, const struct xt_table *table,
net/ipv4/netfilter/ip_tables.c
1733
struct xt_table *new_table;
net/ipv4/netfilter/ip_tables.c
1794
struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name);
net/ipv4/netfilter/ip_tables.c
1802
struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name);
net/ipv4/netfilter/ip_tables.c
227
const struct xt_table *table = priv;
net/ipv4/netfilter/ip_tables.c
34
void *ipt_alloc_initial_table(const struct xt_table *info)
net/ipv4/netfilter/ip_tables.c
789
static struct xt_counters *alloc_counters(const struct xt_table *table)
net/ipv4/netfilter/ip_tables.c
811
const struct xt_table *table,
net/ipv4/netfilter/ip_tables.c
949
struct xt_table *t;
net/ipv4/netfilter/iptable_filter.c
23
static const struct xt_table packet_filter = {
net/ipv4/netfilter/iptable_mangle.c
28
static const struct xt_table packet_mangler = {
net/ipv4/netfilter/iptable_nat.c
22
static const struct xt_table nf_nat_ipv4_table = {
net/ipv4/netfilter/iptable_nat.c
63
struct xt_table *table;
net/ipv4/netfilter/iptable_raw.c
19
static const struct xt_table packet_raw = {
net/ipv4/netfilter/iptable_raw.c
27
static const struct xt_table packet_raw_before_defrag = {
net/ipv4/netfilter/iptable_raw.c
40
const struct xt_table *table = &packet_raw;
net/ipv4/netfilter/iptable_raw.c
72
const struct xt_table *table = &packet_raw;
net/ipv4/netfilter/iptable_security.c
28
static const struct xt_table security_table = {
net/ipv6/netfilter/ip6_tables.c
1024
struct xt_table *t;
net/ipv6/netfilter/ip6_tables.c
1058
struct xt_table *t;
net/ipv6/netfilter/ip6_tables.c
1178
struct xt_table *t;
net/ipv6/netfilter/ip6_tables.c
1559
compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table,
net/ipv6/netfilter/ip6_tables.c
1593
struct xt_table *t;
net/ipv6/netfilter/ip6_tables.c
1714
static void __ip6t_unregister_table(struct net *net, struct xt_table *table)
net/ipv6/netfilter/ip6_tables.c
1732
int ip6t_register_table(struct net *net, const struct xt_table *table,
net/ipv6/netfilter/ip6_tables.c
1742
struct xt_table *new_table;
net/ipv6/netfilter/ip6_tables.c
1800
struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name);
net/ipv6/netfilter/ip6_tables.c
1808
struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name);
net/ipv6/netfilter/ip6_tables.c
251
const struct xt_table *table = priv;
net/ipv6/netfilter/ip6_tables.c
38
void *ip6t_alloc_initial_table(const struct xt_table *info)
net/ipv6/netfilter/ip6_tables.c
805
static struct xt_counters *alloc_counters(const struct xt_table *table)
net/ipv6/netfilter/ip6_tables.c
827
const struct xt_table *table,
net/ipv6/netfilter/ip6_tables.c
965
struct xt_table *t;
net/ipv6/netfilter/ip6table_filter.c
22
static const struct xt_table packet_filter = {
net/ipv6/netfilter/ip6table_mangle.c
23
static const struct xt_table packet_mangler = {
net/ipv6/netfilter/ip6table_nat.c
24
static const struct xt_table nf_nat_ipv6_table = {
net/ipv6/netfilter/ip6table_nat.c
65
struct xt_table *table;
net/ipv6/netfilter/ip6table_raw.c
18
static const struct xt_table packet_raw = {
net/ipv6/netfilter/ip6table_raw.c
26
static const struct xt_table packet_raw_before_defrag = {
net/ipv6/netfilter/ip6table_raw.c
39
const struct xt_table *table = &packet_raw;
net/ipv6/netfilter/ip6table_raw.c
70
const struct xt_table *table = &packet_raw;
net/ipv6/netfilter/ip6table_security.c
27
static const struct xt_table security_table = {
net/netfilter/x_tables.c
1240
struct xt_table *xt_find_table(struct net *net, u8 af, const char *name)
net/netfilter/x_tables.c
1243
struct xt_table *t;
net/netfilter/x_tables.c
1258
struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af,
net/netfilter/x_tables.c
1264
struct xt_table *t;
net/netfilter/x_tables.c
1305
struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af,
net/netfilter/x_tables.c
1308
struct xt_table *t = xt_find_table_lock(net, af, name);
net/netfilter/x_tables.c
1323
void xt_table_unlock(struct xt_table *table)
net/netfilter/x_tables.c
1409
xt_replace_table(struct xt_table *table,
net/netfilter/x_tables.c
1475
struct xt_table *xt_register_table(struct net *net,
net/netfilter/x_tables.c
1476
const struct xt_table *input_table,
net/netfilter/x_tables.c
1482
struct xt_table *t, *table;
net/netfilter/x_tables.c
1486
table = kmemdup(input_table, sizeof(struct xt_table), GFP_KERNEL);
net/netfilter/x_tables.c
1525
void *xt_unregister_table(struct xt_table *table)
net/netfilter/x_tables.c
1576
struct xt_table *table = list_entry(v, struct xt_table, list);
net/netfilter/x_tables.c
1758
xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn)
net/netfilter/x_tables.c
1787
int xt_register_template(const struct xt_table *table,
net/netfilter/x_tables.c
1818
void xt_unregister_template(const struct xt_table *table)