Home
last modified time | relevance | path

Searched refs:orig_ops (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
A Dcore.c120 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()
137 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
167 struct nf_hook_ops **orig_ops; in hooks_validate() local
174 if (orig_ops[i] == &dummy_ops) in hooks_validate()
179 if (orig_ops[i]->priority > prio) in hooks_validate()
180 prio = orig_ops[i]->priority; in hooks_validate()
227 struct nf_hook_ops **orig_ops; in __nf_hook_entries_try_shrink() local
235 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
254 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
466 struct nf_hook_ops **orig_ops; in nf_remove_net_hook() local
[all …]
/linux/net/xfrm/
A Despintcp.c442 const struct proto_ops *orig_ops);
559 const struct proto_ops *orig_ops) in build_protos() argument
562 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()

Completed in 5 milliseconds