Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h52 struct sk_buff* (*alloc_buf)(struct NetDeviceImpl *impl, uint32_t length); member
H A Dnet_device.c450 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->alloc_buf != NULL) { in NetIfEnteAllocBuf()
451 return ndImpl->interFace->alloc_buf(ndImpl, length); in NetIfEnteAllocBuf()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c441 .alloc_buf = NetDevAllocBuf,