Searched refs:orig_ops (Results 1 – 2 of 2) sorted by relevance
120 if (orig_ops[i] != &dummy_ops) in nf_hook_entries_grow()137 if (orig_ops[i] == &dummy_ops) { in nf_hook_entries_grow()167 struct nf_hook_ops **orig_ops; in hooks_validate() local174 if (orig_ops[i] == &dummy_ops) in hooks_validate()179 if (orig_ops[i]->priority > prio) in hooks_validate()180 prio = orig_ops[i]->priority; in hooks_validate()227 struct nf_hook_ops **orig_ops; in __nf_hook_entries_try_shrink() local235 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()254 if (orig_ops[i] == &dummy_ops) in __nf_hook_entries_try_shrink()461 struct nf_hook_ops **orig_ops; in nf_remove_net_hook() local[all …]
443 const struct proto_ops *orig_ops);561 const struct proto_ops *orig_ops) in build_protos() argument564 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
Completed in 6 milliseconds