Home
last modified time | relevance | path

Searched refs:orig_ops (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dcore.c105 struct nf_hook_ops **orig_ops = NULL; in nf_hook_entries_grow()
114 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()
180 orig_ops = nf_hook_entries_get_hook_ops(hooks); in hooks_validate()
183 if (orig_ops[ in hooks_validate()
108 struct nf_hook_ops **orig_ops = NULL; nf_hook_entries_grow() local
179 struct nf_hook_ops **orig_ops; hooks_validate() local
239 struct nf_hook_ops **orig_ops; __nf_hook_entries_try_shrink() local
473 struct nf_hook_ops **orig_ops; nf_remove_net_hook() local
[all...]
/linux/net/xfrm/
H A Despintcp.c453 const struct proto_ops *orig_ops);
567 const struct proto_ops *orig_ops) in build_protos() argument
570 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
/linux/drivers/net/ovpn/
H A Dtcp.c466 const struct proto_ops *orig_ops);
597 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos() argument
600 memcpy(new_ops, orig_ops, sizeof(*new_ops)); in ovpn_tcp_build_protos()