Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_fd.c169 struct scif_endpt *newep; in scif_fdioctl() local
176 if (copy_from_user(&newep, argp, sizeof(void *))) in scif_fdioctl()
184 if (tmpep == newep) { in scif_fdioctl()
196 lisep = newep->listenep; in scif_fdioctl()
200 if (tmpep == newep) { in scif_fdioctl()
213 f->private_data = newep; in scif_fdioctl()
/linux-4.4.14/net/sctp/
Dsocket.c7238 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate() local
7254 newsp->ep = newep; in sctp_sock_migrate()