Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dcore.c120 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()
149 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
179 struct nf_hook_ops **orig_ops; in hooks_validate() local
186 if (orig_ops[i] == &dummy_ops) in hooks_validate()
191 if (orig_ops[i]->priority > prio) in hooks_validate()
192 prio = orig_ops[i]->priority; in hooks_validate()
239 struct nf_hook_ops **orig_ops; in __nf_hook_entries_try_shrink() local
247 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
266 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
473 struct nf_hook_ops **orig_ops; in nf_remove_net_hook() local
[all …]
/openbmc/linux/net/xfrm/
H A 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()