Home
last modified time | relevance | path

Searched refs:nf_hook_ops (Results 1 – 25 of 50) sorted by relevance

12

/linux/include/net/netfilter/
A Dnf_nat.h71 int nf_nat_register_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops,
72 const struct nf_hook_ops *nat_ops, unsigned int ops_count);
73 void nf_nat_unregister_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops,
94 int nf_nat_ipv4_register_fn(struct net *net, const struct nf_hook_ops *ops);
95 void nf_nat_ipv4_unregister_fn(struct net *net, const struct nf_hook_ops *ops);
97 int nf_nat_ipv6_register_fn(struct net *net, const struct nf_hook_ops *ops);
98 void nf_nat_ipv6_unregister_fn(struct net *net, const struct nf_hook_ops *ops);
100 int nf_nat_inet_register_fn(struct net *net, const struct nf_hook_ops *ops);
101 void nf_nat_inet_unregister_fn(struct net *net, const struct nf_hook_ops *ops);
A Dnf_conntrack_bridge.h8 struct nf_hook_ops;
11 struct nf_hook_ops *ops;
/linux/net/netfilter/
A Dcore.c78 struct nf_hook_ops **ops; in nf_hook_entries_free()
105 const struct nf_hook_ops *reg) in nf_hook_entries_grow()
108 struct nf_hook_ops **orig_ops = NULL; in nf_hook_entries_grow()
109 struct nf_hook_ops **new_ops; in nf_hook_entries_grow()
167 struct nf_hook_ops **orig_ops; in hooks_validate()
186 const struct nf_hook_ops *reg) in nf_hook_entries_insert_raw()
227 struct nf_hook_ops **orig_ops; in __nf_hook_entries_try_shrink()
228 struct nf_hook_ops **new_ops; in __nf_hook_entries_try_shrink()
391 const struct nf_hook_ops *reg) in __nf_register_net_hook()
466 struct nf_hook_ops **orig_ops; in nf_remove_net_hook()
[all …]
A Dnf_internals.h34 const struct nf_hook_ops *reg);
36 const struct nf_hook_ops *reg);
A Dnft_chain_nat.c78 static int nft_nat_inet_reg(struct net *net, const struct nf_hook_ops *ops) in nft_nat_inet_reg()
83 static void nft_nat_inet_unreg(struct net *net, const struct nf_hook_ops *ops) in nft_nat_inet_unreg()
A Dnf_nat_proto.c791 static const struct nf_hook_ops nf_nat_ipv4_ops[] = {
822 int nf_nat_ipv4_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv4_register_fn()
829 void nf_nat_ipv4_unregister_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv4_unregister_fn()
1030 static const struct nf_hook_ops nf_nat_ipv6_ops[] = {
1061 int nf_nat_ipv6_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv6_register_fn()
1068 void nf_nat_ipv6_unregister_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_ipv6_unregister_fn()
1076 int nf_nat_inet_register_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_inet_register_fn()
1097 void nf_nat_inet_unregister_fn(struct net *net, const struct nf_hook_ops *ops) in nf_nat_inet_unregister_fn()
A Dnfnetlink_hook.c62 const struct nf_hook_ops *ops) in nfnl_hook_put_nft_chain_info()
115 const struct nf_hook_ops *ops, in nfnl_hook_dump_one()
260 struct nf_hook_ops * const *ops; in nfnl_hook_dump()
A Dnf_nat_core.c46 struct nf_hook_ops *nat_hook_ops;
1005 int nf_nat_register_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops, in nf_nat_register_fn()
1006 const struct nf_hook_ops *orig_nat_ops, unsigned int ops_count) in nf_nat_register_fn()
1012 struct nf_hook_ops *nat_ops; in nf_nat_register_fn()
1080 void nf_nat_unregister_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops, in nf_nat_unregister_fn()
1086 struct nf_hook_ops *nat_ops; in nf_nat_unregister_fn()
/linux/net/ipv4/netfilter/
A Diptable_nat.c17 struct nf_hook_ops *nf_nat_ops;
32 static const struct nf_hook_ops nf_nat_ipv4_ops[] = {
62 struct nf_hook_ops *ops; in ipt_nat_register_lookups()
94 struct nf_hook_ops *ops = xt_nat_net->nf_nat_ops; in ipt_nat_unregister_lookups()
A Darptable_filter.c29 static struct nf_hook_ops *arpfilter_ops __read_mostly;
A Diptable_security.c36 static struct nf_hook_ops *sectbl_ops __read_mostly;
A Diptable_filter.c31 static struct nf_hook_ops *filter_ops __read_mostly;
A Diptable_raw.c35 static struct nf_hook_ops *rawtable_ops __read_mostly;
/linux/net/ipv6/netfilter/
A Dip6table_nat.c19 struct nf_hook_ops *nf_nat_ops;
34 static const struct nf_hook_ops nf_nat_ipv6_ops[] = {
64 struct nf_hook_ops *ops; in ip6t_nat_register_lookups()
96 struct nf_hook_ops *ops = xt_nat_net->nf_nat_ops; in ip6t_nat_unregister_lookups()
A Dip6table_security.c35 static struct nf_hook_ops *sectbl_ops __read_mostly;
A Dip6table_filter.c30 static struct nf_hook_ops *filter_ops __read_mostly;
A Dip6table_raw.c34 static struct nf_hook_ops *rawtable_ops __read_mostly;
/linux/include/linux/
A Dnetfilter.h63 struct nf_hook_ops;
85 struct nf_hook_ops { struct
128 static inline struct nf_hook_ops **nf_hook_entries_get_hook_ops(const struct nf_hook_entries *e) in nf_hook_entries_get_hook_ops()
135 return (struct nf_hook_ops **)hook_end; in nf_hook_entries_get_hook_ops()
183 int nf_register_net_hook(struct net *net, const struct nf_hook_ops *ops);
184 void nf_unregister_net_hook(struct net *net, const struct nf_hook_ops *ops);
185 int nf_register_net_hooks(struct net *net, const struct nf_hook_ops *reg,
187 void nf_unregister_net_hooks(struct net *net, const struct nf_hook_ops *reg,
/linux/include/linux/netfilter_bridge/
A Debtables.h103 struct nf_hook_ops *ops;
112 const struct nf_hook_ops *ops);
/linux/include/linux/netfilter_ipv6/
A Dip6_tables.h29 const struct nf_hook_ops *ops);
/linux/security/smack/
A Dsmack_netfilter.c38 static const struct nf_hook_ops smack_nf_ops[] = {
/linux/include/linux/netfilter_arp/
A Darp_tables.h54 const struct nf_hook_ops *ops);
/linux/include/linux/netfilter_ipv4/
A Dip_tables.h27 const struct nf_hook_ops *ops);
/linux/net/bridge/netfilter/
A Debtable_filter.c61 static const struct nf_hook_ops ebt_ops_filter[] = {
A Debtable_nat.c61 static const struct nf_hook_ops ebt_ops_nat[] = {

Completed in 29 milliseconds

12