Home
last modified time | relevance | path

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

/linux-6.6.21/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()
131 if (reg->priority == orig_ops[i]->priority && in nf_hook_entries_grow()
149 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
154 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()
155 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()
179 struct nf_hook_ops **orig_ops; in hooks_validate() local
183 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()
186 if (orig_ops[i] == &dummy_ops) in hooks_validate()
[all …]
/linux-6.6.21/net/xfrm/
Despintcp.c449 const struct proto_ops *orig_ops);
567 const struct proto_ops *orig_ops) in build_protos() argument
570 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()