Home
last modified time | relevance | path

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

/dpdk/usertools/
H A Ddpdk-telemetry-client.py63 self.socket.recv_fd.listen(1)
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c221 ret = listen(server_socket, 0); in mlx5_pmd_socket_init()
/dpdk/examples/ip_pipeline/
H A Dconn.c102 status = listen(fd_server, 16); in conn_init()
/dpdk/drivers/net/softnic/
H A Dconn.c103 status = listen(fd_server, 16); in softnic_conn_init()
/dpdk/examples/pipeline/
H A Dconn.c103 status = listen(fd_server, 16); in conn_init()
/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c339 ret = listen(sockfd, 20); in nfp_cpp_bridge_service_func()
/dpdk/doc/guides/sample_app_ug/
H A Dvdpa.rst105 in migration-listen mode:
/dpdk/doc/guides/prog_guide/
H A Dpdump_lib.rst60 channel using ``rte_mp_action_register()`` API. The primary process will listen to secondary proces…
H A Dvhost_lib.rst293 DPDK will create a Unix domain socket server file and listen for
/dpdk/lib/telemetry/
H A Dtelemetry.c489 if (listen(sock, 1) < 0) { in create_socket()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c754 ret = listen(fd, MAX_VIRTIO_USER_BACKLOG); in vhost_user_start_server()
/dpdk/lib/vhost/
H A Dsocket.c392 ret = listen(fd, MAX_VIRTIO_BACKLOG); in vhost_user_start_server()
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst506 # parameters, as the VM on host_server_1, in migration-listen mode
/dpdk/drivers/net/memif/
H A Dmemif_socket.c938 ret = listen(sockfd, 1); in memif_socket_create()