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()131 if (reg->priority == orig_ops[i]->priority && in nf_hook_entries_grow()149 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()154 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()155 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()179 struct nf_hook_ops **orig_ops; in hooks_validate() local183 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()186 if (orig_ops[i] == &dummy_ops) in hooks_validate()[all …]
449 const struct proto_ops *orig_ops);567 const struct proto_ops *orig_ops) in build_protos() argument570 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()