Searched refs:orig_ops (Results 1 – 3 of 3) sorted by relevance
105 struct nf_hook_ops **orig_ops = NULL; in nf_hook_entries_grow() local114 orig_ops = nf_hook_entries_get_hook_ops(old); in nf_hook_entries_grow()117 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()128 if (reg->priority == orig_ops[i]->priority && in nf_hook_entries_grow()146 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()151 if (inserted || reg->priority > orig_ops[i]->priority) { in nf_hook_entries_grow()152 new_ops[nhooks] = (void *)orig_ops[i]; in nf_hook_entries_grow()176 struct nf_hook_ops **orig_ops; in hooks_validate() local180 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()183 if (orig_ops[i] == &dummy_ops) in hooks_validate()[all …]
453 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()
497 const struct proto_ops *orig_ops);633 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos() argument636 memcpy(new_ops, orig_ops, sizeof(*new_ops)); in ovpn_tcp_build_protos()