Searched refs:dev_ioctl (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | ip_out.c | 170 if (likely(mtcp->iom->dev_ioctl != NULL)) in IPOutputStandalone() 171 rc = mtcp->iom->dev_ioctl(mtcp->ctx, nif, PKT_TX_IP_CSUM, iph); in IPOutputStandalone() 232 if (likely(mtcp->iom->dev_ioctl != NULL)) in IPOutput() 233 rc = mtcp->iom->dev_ioctl(mtcp->ctx, nif, PKT_TX_IP_CSUM, iph); in IPOutput()
|
| H A D | pcap_module.c | 175 .dev_ioctl = NULL,
|
| H A D | tcp_out.c | 209 if (likely(mtcp->iom->dev_ioctl != NULL)) in SendTCPPacketStandalone() 210 rc = mtcp->iom->dev_ioctl(mtcp->ctx, in SendTCPPacketStandalone() 344 if (likely(mtcp->iom->dev_ioctl != NULL)) in SendTCPPacket() 345 rc = mtcp->iom->dev_ioctl(mtcp->ctx, in SendTCPPacket()
|
| H A D | netmap_module.c | 358 .dev_ioctl = netmap_dev_ioctl,
|
| H A D | dpdk_module.c | 818 .dev_ioctl = dpdk_dev_ioctl,
|
| H A D | config.c | 1270 dpdk_module_func.dev_ioctl(NULL, 0, DRV_NAME, (void *)argp); in FetchEndianType()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | io_module.h | 77 int32_t (*dev_ioctl)(struct mtcp_thread_context *ctx, int nif, int cmd, void *argp); member
|