Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dvirtio_net.h120 struct virtio_net_hdr_mrg_rxbuf { struct
/linux-4.4.14/drivers/net/
Dvirtio_net.c152 struct virtio_net_hdr_mrg_rxbuf hdr;
184 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()
186 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()
252 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()
357 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
444 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()
539 struct virtio_net_hdr_mrg_rxbuf *hdr; in add_recvbuf_small()
611 const size_t hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in get_mergeable_buf_len()
850 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
865 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()
[all …]
/linux-4.4.14/drivers/vhost/
Dnet.c1002 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()