Home
last modified time | relevance | path

Searched defs:skb (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnet_device_adapter.c34 static int32_t NetDevXmitCheck(const struct sk_buff *skb, struct net_device *dev) in NetDevXmitCheck()
50 static netdev_tx_t NetDevXmit(struct sk_buff *skb, struct net_device *dev) in NetDevXmit()
290 static __be16 NetDevTypeTrans(struct NetDeviceImpl *impl, struct sk_buff *skb) in NetDevTypeTrans()
302 struct sk_buff *skb = NULL; in NetDevAllocBuf() local
/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c435 __be16 NetIfTypeTrans(struct NetDevice *netDevice, struct sk_buff *skb) in NetIfTypeTrans()