Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Despintcp.c450 const struct proto_ops *orig_ops);
564 const struct proto_ops *orig_ops) in build_protos() argument
567 memcpy(espintcp_ops, orig_ops, sizeof(struct proto_ops)); in build_protos()
/linux/drivers/net/ovpn/
H A Dtcp.c497 const struct proto_ops *orig_ops);
633 const struct proto_ops *orig_ops) in ovpn_tcp_build_protos() argument
636 memcpy(new_ops, orig_ops, sizeof(*new_ops)); in ovpn_tcp_build_protos()
/linux/mm/
H A Duserfaultfd.c449 const struct vm_uffd_ops *orig_ops = vma_uffd_ops(state->vma); in mfill_copy_folio_retry() local
475 if (vma_uffd_ops(state->vma) != orig_ops) in mfill_copy_folio_retry()