Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dvirtio_net.h119 struct virtio_net_hdr_mrg_rxbuf { struct
/linux-4.1.27/drivers/net/
Dvirtio_net.c146 struct virtio_net_hdr_mrg_rxbuf hdr;
178 static inline struct virtio_net_hdr_mrg_rxbuf *skb_vnet_hdr(struct sk_buff *skb) in skb_vnet_hdr()
180 return (struct virtio_net_hdr_mrg_rxbuf *)skb->cb; in skb_vnet_hdr()
246 struct virtio_net_hdr_mrg_rxbuf *hdr; in page_to_skb()
351 struct virtio_net_hdr_mrg_rxbuf *hdr = buf; in receive_mergeable()
438 struct virtio_net_hdr_mrg_rxbuf *hdr; in receive_buf()
533 struct virtio_net_hdr_mrg_rxbuf *hdr; in add_recvbuf_small()
605 const size_t hdr_len = sizeof(struct virtio_net_hdr_mrg_rxbuf); in get_mergeable_buf_len()
844 struct virtio_net_hdr_mrg_rxbuf *hdr; in xmit_skb()
859 hdr = (struct virtio_net_hdr_mrg_rxbuf *)(skb->data - hdr_len); in xmit_skb()
[all …]
/linux-4.1.27/drivers/vhost/
Dnet.c1003 sizeof(struct virtio_net_hdr_mrg_rxbuf) : in vhost_net_set_features()