Searched refs:small_skb (Results 1 – 1 of 1) sorted by relevance
569 struct sk_buff *small_skb; in ipoib_cm_handle_rx_wc() local627 small_skb = dev_alloc_skb(dlen + 12); in ipoib_cm_handle_rx_wc()628 if (small_skb) { in ipoib_cm_handle_rx_wc()629 skb_reserve(small_skb, 12); in ipoib_cm_handle_rx_wc()632 skb_copy_from_linear_data(skb, small_skb->data, dlen); in ipoib_cm_handle_rx_wc()635 skb_put(small_skb, dlen); in ipoib_cm_handle_rx_wc()636 skb = small_skb; in ipoib_cm_handle_rx_wc()