Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c338 static int32_t NetIfRxImpl(const struct NetDevice *netDevice, NetBuf *buff, ReceiveFlag flag) in NetIfRxImpl() function
393 return NetIfRxImpl(netDevice, buff, IN_INTERRUPT); in NetIfRx()
398 return NetIfRxImpl(netDevice, buff, NO_IN_INTERRUPT); in NetIfRxNi()