Searched refs:listen (Results 1 – 14 of 14) sorted by relevance
| /dpdk/usertools/ |
| H A D | dpdk-telemetry-client.py | 63 self.socket.recv_fd.listen(1)
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_socket.c | 221 ret = listen(server_socket, 0); in mlx5_pmd_socket_init()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | conn.c | 102 status = listen(fd_server, 16); in conn_init()
|
| /dpdk/drivers/net/softnic/ |
| H A D | conn.c | 103 status = listen(fd_server, 16); in softnic_conn_init()
|
| /dpdk/examples/pipeline/ |
| H A D | conn.c | 103 status = listen(fd_server, 16); in conn_init()
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_cpp_bridge.c | 339 ret = listen(sockfd, 20); in nfp_cpp_bridge_service_func()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vdpa.rst | 105 in migration-listen mode:
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | pdump_lib.rst | 60 channel using ``rte_mp_action_register()`` API. The primary process will listen to secondary proces…
|
| H A D | vhost_lib.rst | 293 DPDK will create a Unix domain socket server file and listen for
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry.c | 489 if (listen(sock, 1) < 0) { in create_socket()
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_user.c | 754 ret = listen(fd, MAX_VIRTIO_USER_BACKLOG); in vhost_user_start_server()
|
| /dpdk/lib/vhost/ |
| H A D | socket.c | 392 ret = listen(fd, MAX_VIRTIO_BACKLOG); in vhost_user_start_server()
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 506 # parameters, as the VM on host_server_1, in migration-listen mode
|
| /dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 938 ret = listen(sockfd, 1); in memif_socket_create()
|