Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c440 const struct proto_ops *orig_ops); in espintcp_init_sk()
555 const struct proto_ops *orig_ops) in build_protos()
558 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops));
548 build_protos(struct proto * espintcp_prot,struct proto_ops * espintcp_ops,const struct proto * orig_prot,const struct proto_ops * orig_ops) build_protos() argument
/linux/drivers/net/ovpn/
H A Dtcp.c498 const struct proto_ops *orig_ops);
639 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos() argument
642 memcpy(new_ops, orig_ops, sizeof(*new_ops)); in ovpn_tcp_build_protos()