Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dcore.c108 struct nf_hook_ops **orig_ops = NULL; in nf_hook_entries_grow() local
117 orig_ops = nf_hook_entries_get_hook_ops(old); in nf_hook_entries_grow()
120 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()
137 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
142 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
143 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()
167 struct nf_hook_ops **orig_ops; in hooks_validate() local
171 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()
174 if (orig_ops[i] == &dummy_ops) in hooks_validate()
177 WARN_ON(orig_ops[i]->priority < prio); in hooks_validate()
[all …]
/linux-5.19.10/net/xfrm/
Despintcp.c440 const struct proto_ops *orig_ops);
557 const struct proto_ops *orig_ops) in build_protos() argument
560 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()