Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
A Dx_tables.h223 struct xt_table { struct
308 struct xt_table *xt_register_table(struct net *net,
309 const struct xt_table *table,
312 void *xt_unregister_table(struct xt_table *table);
314 struct xt_table_info *xt_replace_table(struct xt_table *table,
325 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
326 struct xt_table *xt_find_table_lock(struct net *net, u_int8_t af,
328 struct xt_table *xt_request_find_table_lock(struct net *net, u_int8_t af,
330 void xt_table_unlock(struct xt_table *t);
450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
[all …]
/linux/net/ipv4/netfilter/
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()
A Darp_tables.c38 void *arpt_alloc_initial_table(const struct xt_table *info) in arpt_alloc_initial_table()
186 const struct xt_table *table = priv; in arpt_do_table()
671 const struct xt_table *table, in copy_entries_to_user()
794 struct xt_table *t; in get_info()
851 struct xt_table *t; in get_entries()
887 struct xt_table *t; in __do_replace()
1004 struct xt_table *t; in do_add_counters()
1332 struct xt_table *table, in compat_copy_entries_to_user()
1371 struct xt_table *t; in compat_get_entries()
1501 const struct xt_table *table, in arpt_register_table()
[all …]
A Dip_tables.c36 void *ipt_alloc_initial_table(const struct xt_table *info) in ipt_alloc_initial_table()
229 const struct xt_table *table = priv; in ipt_do_table()
813 const struct xt_table *table, in copy_entries_to_user()
951 struct xt_table *t; in get_info()
1010 struct xt_table *t; in get_entries()
1043 struct xt_table *t; in __do_replace()
1160 struct xt_table *t; in do_add_counters()
1579 struct xt_table *t; in compat_get_entries()
1728 struct xt_table *new_table; in ipt_register_table()
1785 struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name); in ipt_unregister_table_pre_exit()
[all …]
A Diptable_nat.c22 static const struct xt_table nf_nat_ipv4_table = {
63 struct xt_table *table; in ipt_nat_register_lookups()
A Darptable_filter.c21 static const struct xt_table packet_filter = {
A Diptable_security.c28 static const struct xt_table security_table = {
A Diptable_filter.c23 static const struct xt_table packet_filter = {
A Diptable_mangle.c28 static const struct xt_table packet_mangler = {
/linux/net/ipv6/netfilter/
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()
A Dip6_tables.c40 void *ip6t_alloc_initial_table(const struct xt_table *info) in ip6t_alloc_initial_table()
253 const struct xt_table *table = priv; in ip6t_do_table()
829 const struct xt_table *table, in copy_entries_to_user()
967 struct xt_table *t; in get_info()
1026 struct xt_table *t; in get_entries()
1060 struct xt_table *t; in __do_replace()
1177 struct xt_table *t; in do_add_counters()
1588 struct xt_table *t; in compat_get_entries()
1737 struct xt_table *new_table; in ip6t_register_table()
1791 struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name); in ip6t_unregister_table_pre_exit()
[all …]
A Dip6table_nat.c24 static const struct xt_table nf_nat_ipv6_table = {
65 struct xt_table *table; in ip6t_nat_register_lookups()
A Dip6table_security.c27 static const struct xt_table security_table = {
A Dip6table_filter.c22 static const struct xt_table packet_filter = {
A Dip6table_mangle.c23 static const struct xt_table packet_mangler = {
/linux/include/linux/netfilter_ipv6/
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/
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/
A Dip_tables.h25 int ipt_register_table(struct net *net, const struct xt_table *table,
65 extern void *ipt_alloc_initial_table(const struct xt_table *);
/linux/net/netfilter/
A Dx_tables.c1219 struct xt_table *t; in xt_find_table()
1240 struct xt_table *t; in xt_find_table_lock()
1284 struct xt_table *t = xt_find_table_lock(net, af, name); in xt_request_find_table_lock()
1299 void xt_table_unlock(struct xt_table *table) in xt_table_unlock()
1384 xt_replace_table(struct xt_table *table, in xt_replace_table()
1450 struct xt_table *xt_register_table(struct net *net, in xt_register_table()
1451 const struct xt_table *input_table, in xt_register_table()
1457 struct xt_table *t, *table; in xt_register_table()
1500 void *xt_unregister_table(struct xt_table *table) in xt_unregister_table()
1550 struct xt_table *table = list_entry(v, struct xt_table, list); in xt_table_seq_show()
[all …]
/linux/include/uapi/linux/netfilter_ipv4/
A Dip_tables.h31 #define ipt_table xt_table
/linux/include/uapi/linux/netfilter_ipv6/
A Dip6_tables.h31 #define ip6t_table xt_table

Completed in 28 milliseconds