Home
last modified time | relevance | path

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

12

/linux-3.4.99/net/netfilter/
Dcore.c65 int nf_register_hook(struct nf_hook_ops *reg) in nf_register_hook()
67 struct nf_hook_ops *elem; in nf_register_hook()
86 void nf_unregister_hook(struct nf_hook_ops *reg) in nf_unregister_hook()
98 int nf_register_hooks(struct nf_hook_ops *reg, unsigned int n) in nf_register_hooks()
117 void nf_unregister_hooks(struct nf_hook_ops *reg, unsigned int n) in nf_unregister_hooks()
140 struct nf_hook_ops *elem = (struct nf_hook_ops *)*i; in nf_iterate()
Dnf_queue.c158 .elem = list_entry(elem, struct nf_hook_ops, list), in __nf_queue()
Dx_tables.c1228 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) in xt_hook_link()
1233 struct nf_hook_ops *ops; in xt_hook_link()
1267 void xt_hook_unlink(const struct xt_table *table, struct nf_hook_ops *ops) in xt_hook_unlink()
/linux-3.4.99/include/linux/
Dnetfilter.h110 struct nf_hook_ops { struct
147 int nf_register_hook(struct nf_hook_ops *reg);
148 void nf_unregister_hook(struct nf_hook_ops *reg);
149 int nf_register_hooks(struct nf_hook_ops *reg, unsigned int n);
150 void nf_unregister_hooks(struct nf_hook_ops *reg, unsigned int n);
/linux-3.4.99/include/net/netfilter/
Dnf_queue.h10 struct nf_hook_ops *elem;
/linux-3.4.99/net/ipv6/netfilter/
Dip6table_security.c49 static struct nf_hook_ops *sectbl_ops __read_mostly;
Dip6table_raw.c31 static struct nf_hook_ops *rawtable_ops __read_mostly;
Dip6table_filter.c44 static struct nf_hook_ops *filter_ops __read_mostly;
Dnf_defrag_ipv6_hooks.c84 static struct nf_hook_ops ipv6_defrag_ops[] = {
Dip6table_mangle.c90 static struct nf_hook_ops *mangle_ops __read_mostly;
Dnf_conntrack_l3proto_ipv6.c242 static struct nf_hook_ops ipv6_conntrack_ops[] __read_mostly = {
/linux-3.4.99/net/ipv4/netfilter/
Darptable_filter.c39 static struct nf_hook_ops *arpfilter_ops __read_mostly;
Diptable_raw.c39 static struct nf_hook_ops *rawtable_ops __read_mostly;
Diptable_security.c57 static struct nf_hook_ops *sectbl_ops __read_mostly;
Diptable_filter.c52 static struct nf_hook_ops *filter_ops __read_mostly;
Dnf_defrag_ipv4.c94 static struct nf_hook_ops ipv4_defrag_ops[] = {
Diptable_mangle.c95 static struct nf_hook_ops *mangle_ops __read_mostly;
Dnf_nat_standalone.c246 static struct nf_hook_ops nf_nat_ops[] __read_mostly = {
Dnf_conntrack_l3proto_ipv4.c172 static struct nf_hook_ops ipv4_conntrack_ops[] __read_mostly = {
Dipt_CLUSTERIP.c541 static struct nf_hook_ops cip_arp_ops __read_mostly = {
/linux-3.4.99/net/bridge/netfilter/
Debtable_filter.c76 static struct nf_hook_ops ebt_ops_filter[] __read_mostly = {
Debtable_nat.c76 static struct nf_hook_ops ebt_ops_nat[] __read_mostly = {
/linux-3.4.99/net/decnet/netfilter/
Ddn_rtmsg.c119 static struct nf_hook_ops dnrmg_ops __read_mostly = {
/linux-3.4.99/include/linux/netfilter/
Dx_tables.h538 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 *);
/linux-3.4.99/net/bridge/
Dbr_netfilter.c906 static struct nf_hook_ops br_nf_ops[] __read_mostly = {

12