Home
last modified time | relevance | path

Searched refs:dev_ioctl (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dip_out.c170 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 Dpcap_module.c175 .dev_ioctl = NULL,
H A Dtcp_out.c209 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 Dnetmap_module.c358 .dev_ioctl = netmap_dev_ioctl,
H A Ddpdk_module.c818 .dev_ioctl = dpdk_dev_ioctl,
H A Dconfig.c1270 dpdk_module_func.dev_ioctl(NULL, 0, DRV_NAME, (void *)argp); in FetchEndianType()
/mOS-networking-stack/core/src/include/
H A Dio_module.h77 int32_t (*dev_ioctl)(struct mtcp_thread_context *ctx, int nif, int cmd, void *argp); member