Searched refs:listen (Results 1 - 25 of 138) sorted by last modified time

123456

/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c4126 ASSERT_EQ(0, listen(srv_fd, 10 /* qlen */));
/linux-master/net/x25/
H A Daf_x25.c1753 .listen = x25_listen,
/linux-master/net/vmw_vsock/
H A Daf_vsock.c27 * initiate a connection or "server" sockets that listen for connections; we do
452 * The flag is set on the (listen) receive path (psk is not NULL). On
1306 .listen = sock_no_listen,
2290 .listen = vsock_listen,
2312 .listen = vsock_listen,
/linux-master/net/unix/
H A Daf_unix.c31 * if the max backlog of the listen socket
843 .listen = unix_listen,
868 .listen = sock_no_listen,
892 .listen = unix_listen,
/linux-master/net/tipc/
H A Dsocket.c2658 * tipc_listen - allow socket to listen for incoming connections
3367 .listen = sock_no_listen,
3387 .listen = tipc_listen,
3407 .listen = tipc_listen,
/linux-master/net/
H A Dsocket.c46 * Tigran Aivazian : Made listen(2) backlog sanity checks
1862 * Perform a listen. Basically, we allow the protocol to do anything
1863 * necessary for a listen, and if that works, we mark the socket as
1881 err = READ_ONCE(sock->ops)->listen(sock, backlog);
1888 SYSCALL_DEFINE2(listen, int, fd, int, backlog)
3565 return READ_ONCE(sock->ops)->listen(sock, backlog);
/linux-master/net/smc/
H A Daf_smc.c65 static struct workqueue_struct *smc_tcp_ls_wq; /* wq for tcp listen work */
999 /* called for connect and listen */
1015 /* called for connect and listen */
1761 /* new clcsock has inherited the smc listen-specific sk_data_ready
1783 /* add a just created sock to the accept queue of the listen sock as
1912 /* listen worker: finish */
1934 /* listen worker: finish in state connected */
1945 /* listen worker: finish in error state */
1959 /* listen worker: decline and fall back if possible */
1980 /* listen worke
[all...]
/linux-master/net/rose/
H A Daf_rose.c1523 .listen = rose_listen,
/linux-master/net/rds/
H A Dtcp_listen.c243 rdsdebug("listen data ready sk %p\n", sk);
255 * data_ready.. we only want to queue listen work for our listening
259 * the listen socket is being torn down.
320 ret = sock->ops->listen(sock, 64);
/linux-master/net/phonet/
H A Dsocket.c438 .listen = sock_no_listen,
456 .listen = pn_socket_listen,
/linux-master/net/packet/
H A Daf_packet.c4628 .listen = sock_no_listen,
4647 .listen = sock_no_listen,
/linux-master/net/nfc/
H A Dllcp_sock.c928 .listen = llcp_sock_listen,
948 .listen = sock_no_listen,
/linux-master/net/netrom/
H A Daf_netrom.c1365 .listen = nr_listen,
/linux-master/net/mptcp/
H A Dprotocol.c4045 .listen = mptcp_listen,
4144 .listen = mptcp_listen,
/linux-master/net/llc/
H A Daf_llc.c737 /* put original socket back into a clean listen state. */
1237 .listen = llc_ui_listen,
/linux-master/net/iucv/
H A Daf_iucv.c2209 .listen = iucv_sock_listen,
/linux-master/net/ipv4/
H A Daf_inet.c50 * interpretation of listen.
200 /* Really, if the socket is already in listen state
1064 .listen = inet_listen,
1099 .listen = sock_no_listen,
1131 .listen = sock_no_listen,
/linux-master/net/bluetooth/
H A Dsco.c1427 .listen = sco_sock_listen,
H A Dl2cap_sock.c1924 .listen = l2cap_sock_listen,
H A Diso.c1903 * SID to listen to and once sync is estabilished its handle needs to
2253 .listen = iso_sock_listen,
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c1010 .listen = rfcomm_sock_listen,
/linux-master/net/ax25/
H A Daf_ax25.c2018 .listen = ax25_listen,
/linux-master/net/atm/
H A Dsvc.c296 /* let server handle listen on unbound sockets */
650 .listen = svc_listen,
/linux-master/include/linux/
H A Dnet.h190 int (*listen) (struct socket *sock, int len); member in struct:proto_ops
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c100 * listen work is only queued by the listening socket callbacks on the
653 /* accepted sockets inherit the old listen socket data ready */
2011 ret = sock->ops->listen(sock, 64);

Completed in 356 milliseconds

123456