Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c434 const struct proto_ops *orig_ops); in espintcp_destruct()
548 const struct proto_ops *orig_ops) in espintcp_close()
551 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops));
564 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.c497 const struct proto_ops *orig_ops);
638 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos() argument
641 memcpy(new_ops, orig_ops, sizeof(*new_ops)); in ovpn_tcp_build_protos()