Home
last modified time | relevance | path

Searched defs:new_sock (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/rds/
Dtcp_listen.c82 struct socket *new_sock = NULL; in rds_tcp_accept_one() local
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_login.c1056 struct socket *new_sock, *sock = np->np_socket; in iscsit_accept_np() local
/linux-4.1.27/net/nfc/
Dllcp_core.c878 struct nfc_llcp_sock *sock, *new_sock; in nfc_llcp_recv_connect() local
/linux-4.1.27/fs/ocfs2/cluster/
Dtcp.c1844 struct socket *new_sock = NULL; in o2net_accept_one() local
/linux-4.1.27/net/tipc/
Dsocket.c1987 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags) in tipc_accept()