Searched refs:recv_bytes (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | tap_netlink.c | 245 int recv_bytes; in tap_nl_recv() local 248 recv_bytes = recv(nlsk_fd, buf, sizeof(buf), 0); in tap_nl_recv() 249 if (recv_bytes < 0) { in tap_nl_recv() 256 NLMSG_OK(nh, (unsigned int)recv_bytes); in tap_nl_recv() 257 nh = NLMSG_NEXT(nh, recv_bytes)) { in tap_nl_recv()
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping.h | 8 unsigned long long recv_bytes; member
|
| H A D | krping_dev.c | 156 stats->recv_bytes, stats->recv_msgs, in krping_read()
|
| H A D | krping.c | 412 cb->stats.recv_bytes += sizeof(cb->recv_buf); in krping_cq_event_handler()
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | pkttest.py | 76 return Ether(self.recv_bytes()) 78 def recv_bytes(self): member in Interface
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_nl.c | 354 int recv_bytes = 0; in mlx5_nl_recv() local 357 recv_bytes = recvmsg(nlsk_fd, &msg, 0); in mlx5_nl_recv() 358 if (recv_bytes == -1) { in mlx5_nl_recv() 366 NLMSG_OK(nh, (unsigned int)recv_bytes); in mlx5_nl_recv() 367 nh = NLMSG_NEXT(nh, recv_bytes)) { in mlx5_nl_recv()
|