Home
last modified time | relevance | path

Searched refs:vcc_create (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
H A Dcommon.h14 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern);
H A Dpvc.c140 return vcc_create(net, sock, protocol, PF_ATMPVC, kern); in pvc_create()
H A Dsvc.c665 error = vcc_create(net, sock, protocol, AF_ATMSVC, kern); in svc_create()
H A Dcommon.c140 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern) in vcc_create() function
/kernel/linux/linux-6.6/net/atm/
H A Dcommon.h14 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern);
H A Dpvc.c139 return vcc_create(net, sock, protocol, PF_ATMPVC, kern); in pvc_create()
H A Dsvc.c669 error = vcc_create(net, sock, protocol, AF_ATMSVC, kern); in svc_create()
H A Dcommon.c140 int vcc_create(struct net *net, struct socket *sock, int protocol, int family, int kern) in vcc_create() function

Completed in 7 milliseconds