Searched refs:orig_ops (Results 1 – 2 of 2) sorted by relevance
108 struct nf_hook_ops **orig_ops = NULL; in nf_hook_entries_grow() local117 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()137 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()142 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()143 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()167 struct nf_hook_ops **orig_ops; in hooks_validate() local171 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()174 if (orig_ops[i] == &dummy_ops) in hooks_validate()177 WARN_ON(orig_ops[i]->priority < prio); in hooks_validate()[all …]
440 const struct proto_ops *orig_ops);557 const struct proto_ops *orig_ops) in build_protos() argument560 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()