Home
last modified time | relevance | path

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

/linux-6.3-rc2/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()
461 struct nf_hook_ops **orig_ops; in nf_remove_net_hook() local
[all …]
/linux-6.3-rc2/net/xfrm/
A Despintcp.c443 const struct proto_ops *orig_ops);
561 const struct proto_ops *orig_ops) in build_protos() argument
564 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()

Completed in 6 milliseconds