Searched refs:xmit (Results 1 – 5 of 5) sorted by relevance
104 if ((netDevice->netDeviceIf == NULL) || (netDevice->netDeviceIf->xmit == NULL)) { in SendEapol()125 return netDevice->netDeviceIf->xmit(netDevice, netBuff); in SendEapol()
65 if (netDevIf != NULL && netDevIf->xmit != NULL) { in NetDevXmit()66 netDevIf->xmit(netDev, skb); in NetDevXmit()
134 if (netDevIf != NULL && netDevIf->xmit != NULL) { in LwipSend()135 netDevIf->xmit(netDev, netBuff); in LwipSend()
502 NetDevTxResult (*xmit)(struct NetDevice *netDev, NetBuf *netBuff); /**< Sends data. */ member
157 if (netDevIf != NULL && netDevIf->xmit != NULL) { in LwipSend()158 netDevIf->xmit(netDev, netBuff); in LwipSend()