Home
last modified time | relevance | path

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

/net/netfilter/
A Dcore.c117 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()
146 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()
176 struct nf_hook_ops **orig_ops; in hooks_validate() local
183 if (orig_ops[i] == &dummy_ops) in hooks_validate()
188 if (orig_ops[i]->priority > prio) in hooks_validate()
189 prio = orig_ops[i]->priority; in hooks_validate()
236 struct nf_hook_ops **orig_ops; in __nf_hook_entries_try_shrink() local
244 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
263 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()
470 struct nf_hook_ops **orig_ops; in nf_remove_net_hook() local
[all …]
/net/xfrm/
A Despintcp.c453 const struct proto_ops *orig_ops);
571 const struct proto_ops *orig_ops) in build_protos() argument
574 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()

Completed in 8 milliseconds