Home
last modified time | relevance | path

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

/net/netfilter/
Dcore.c114 struct nf_hook_ops **orig_ops = NULL; in nf_hook_entries_grow() local
123 orig_ops = nf_hook_entries_get_hook_ops(old); in nf_hook_entries_grow()
126 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()
143 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
148 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
149 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()
173 struct nf_hook_ops **orig_ops; in hooks_validate() local
177 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()
180 if (orig_ops[i] == &dummy_ops) in hooks_validate()
183 WARN_ON(orig_ops[i]->priority < prio); in hooks_validate()
[all …]
/net/xfrm/
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()