Home
last modified time | relevance | path

Searched defs:newsock (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/crypto/
Daf_alg.c269 int af_alg_accept(struct sock *sk, struct socket *newsock) in af_alg_accept()
326 static int alg_accept(struct socket *sock, struct socket *newsock, int flags) in alg_accept()
Dalgif_hash.c181 static int hash_accept(struct socket *sock, struct socket *newsock, int flags) in hash_accept()
319 static int hash_accept_nokey(struct socket *sock, struct socket *newsock, in hash_accept_nokey()
/linux-4.4.14/net/nfc/
Dllcp_sock.c402 struct socket *newsock) in nfc_llcp_accept_dequeue()
442 static int llcp_sock_accept(struct socket *sock, struct socket *newsock, in llcp_sock_accept()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dacceptor.c327 struct socket *newsock; in lnet_acceptor() local
Dlib-socket.c522 struct socket *newsock; in lnet_sock_accept() local
/linux-4.4.14/net/atm/
Dsvc.c321 static int svc_accept(struct socket *sock, struct socket *newsock, int flags) in svc_accept()
/linux-4.4.14/net/tipc/
Dserver.c292 struct socket *newsock; in tipc_accept_from_sock() local
/linux-4.4.14/fs/dlm/
Dlowcomms.c677 struct socket *newsock; in tcp_accept_from_sock() local
812 struct socket *newsock; in sctp_accept_from_sock() local
/linux-4.4.14/net/bluetooth/
Daf_bluetooth.c177 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock) in bt_accept_dequeue()
Dl2cap_sock.c302 static int l2cap_sock_accept(struct socket *sock, struct socket *newsock, in l2cap_sock_accept()
Dsco.c628 static int sco_sock_accept(struct socket *sock, struct socket *newsock, in sco_sock_accept()
/linux-4.4.14/net/iucv/
Daf_iucv.c653 struct sock *iucv_accept_dequeue(struct sock *parent, struct socket *newsock) in iucv_accept_dequeue()
929 static int iucv_sock_accept(struct socket *sock, struct socket *newsock, in iucv_sock_accept()
/linux-4.4.14/net/bluetooth/rfcomm/
Dsock.c473 static int rfcomm_sock_accept(struct socket *sock, struct socket *newsock, int flags) in rfcomm_sock_accept()
/linux-4.4.14/net/phonet/
Dsocket.c303 static int pn_socket_accept(struct socket *sock, struct socket *newsock, in pn_socket_accept()
/linux-4.4.14/net/llc/
Daf_llc.c646 static int llc_ui_accept(struct socket *sock, struct socket *newsock, int flags) in llc_ui_accept()
/linux-4.4.14/net/netrom/
Daf_netrom.c768 static int nr_accept(struct socket *sock, struct socket *newsock, int flags) in nr_accept()
/linux-4.4.14/net/ax25/
Daf_ax25.c1322 static int ax25_accept(struct socket *sock, struct socket *newsock, int flags) in ax25_accept()
/linux-4.4.14/net/ipv4/
Daf_inet.c667 int inet_accept(struct socket *sock, struct socket *newsock, int flags) in inet_accept()
/linux-4.4.14/net/irda/
Daf_irda.c830 static int irda_accept(struct socket *sock, struct socket *newsock, int flags) in irda_accept()
/linux-4.4.14/net/rose/
Daf_rose.c874 static int rose_accept(struct socket *sock, struct socket *newsock, int flags) in rose_accept()
/linux-4.4.14/net/x25/
Daf_x25.c855 static int x25_accept(struct socket *sock, struct socket *newsock, int flags) in x25_accept()
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c1239 static int vsock_accept(struct socket *sock, struct socket *newsock, int flags) in vsock_accept()
/linux-4.4.14/net/sunrpc/
Dsvcsock.c865 struct socket *newsock; in svc_tcp_accept() local
/linux-4.4.14/net/decnet/
Daf_decnet.c1073 static int dn_accept(struct socket *sock, struct socket *newsock, int flags) in dn_accept()
/linux-4.4.14/net/
Dsocket.c1428 struct socket *sock, *newsock; in SYSCALL_DEFINE4() local
3181 int kernel_accept(struct socket *sock, struct socket **newsock, int flags) in kernel_accept()
/linux-4.4.14/net/core/
Dsock.c2189 int sock_no_accept(struct socket *sock, struct socket *newsock, int flags) in sock_no_accept()
/linux-4.4.14/net/unix/
Daf_unix.c1411 static int unix_accept(struct socket *sock, struct socket *newsock, int flags) in unix_accept()
/linux-4.4.14/include/linux/
Dsecurity.h1203 struct socket *newsock) in security_socket_accept()
/linux-4.4.14/security/
Dsecurity.c1223 int security_socket_accept(struct socket *sock, struct socket *newsock) in security_socket_accept()
/linux-4.4.14/net/sctp/
Dsocket.c4454 struct socket *newsock; in sctp_getsockopt_peeloff() local
/linux-4.4.14/security/selinux/
Dhooks.c4258 static int selinux_socket_accept(struct socket *sock, struct socket *newsock) in selinux_socket_accept()