Home
last modified time | relevance | path

Searched refs:skb_rx_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dhso.c142 struct sk_buff *skb_rx_buf; member
885 odev->skb_rx_buf = netdev_alloc_skb(odev->net, in packetizeRx()
887 if (!odev->skb_rx_buf) { in packetizeRx()
896 skb_put_data(odev->skb_rx_buf, in packetizeRx()
917 skb_put_data(odev->skb_rx_buf, in packetizeRx()
928 odev->skb_rx_buf->protocol = cpu_to_be16(ETH_P_IP); in packetizeRx()
929 skb_reset_mac_header(odev->skb_rx_buf); in packetizeRx()
932 netif_rx(odev->skb_rx_buf); in packetizeRx()
934 odev->skb_rx_buf = NULL; in packetizeRx()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dhso.c142 struct sk_buff *skb_rx_buf; member
884 odev->skb_rx_buf = netdev_alloc_skb(odev->net, in packetizeRx()
886 if (!odev->skb_rx_buf) { in packetizeRx()
895 skb_put_data(odev->skb_rx_buf, in packetizeRx()
916 skb_put_data(odev->skb_rx_buf, in packetizeRx()
927 odev->skb_rx_buf->protocol = cpu_to_be16(ETH_P_IP); in packetizeRx()
928 skb_reset_mac_header(odev->skb_rx_buf); in packetizeRx()
931 netif_rx(odev->skb_rx_buf); in packetizeRx()
933 odev->skb_rx_buf = NULL; in packetizeRx()

Completed in 9 milliseconds