Home
last modified time | relevance | path

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

/openbmc/linux/net/atm/
H A Dsvc.c561 static int svc_dropparty(struct socket *sock, int ep_ref) in svc_dropparty() argument
570 sigd_enq2(vcc, as_dropparty, NULL, NULL, NULL, NULL, ep_ref); in svc_dropparty()
590 int error, ep_ref; in svc_ioctl() local
606 if (copy_from_user(&ep_ref, (void __user *) arg, sizeof(int))) in svc_ioctl()
608 error = svc_dropparty(sock, ep_ref); in svc_ioctl()