Searched refs:orig_ops (Results 1 – 2 of 2) sorted by relevance
117 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() local183 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() local244 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 …]
453 const struct proto_ops *orig_ops);571 const struct proto_ops *orig_ops) in build_protos() argument574 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
Completed in 8 milliseconds