Searched refs:dataskb (Results 1 – 2 of 2) sorted by relevance
213 struct sk_buff *dataskb; in async_bump() local245 dataskb = newskb; in async_bump()248 dataskb = rx_buff->skb; in async_bump()256 skb_put(dataskb, rx_buff->len - 2); in async_bump()259 dataskb->dev = dev; in async_bump()260 skb_reset_mac_header(dataskb); in async_bump()261 dataskb->protocol = htons(ETH_P_IRDA); in async_bump()263 netif_rx(dataskb); in async_bump()
798 struct sk_buff *dataskb; in irda_usb_receive() local902 dataskb = newskb; in irda_usb_receive()908 dataskb = skb; in irda_usb_receive()914 skb_put(dataskb, urb->actual_length); in irda_usb_receive()915 skb_pull(dataskb, self->header_length); in irda_usb_receive()918 dataskb->dev = self->netdev; in irda_usb_receive()919 skb_reset_mac_header(dataskb); in irda_usb_receive()920 dataskb->protocol = htons(ETH_P_IRDA); in irda_usb_receive()921 len = dataskb->len; in irda_usb_receive()922 netif_rx(dataskb); in irda_usb_receive()