Lines Matching refs:skb2
957 struct sk_buff *skb2 = NULL; in package_for_tx() local
991 swap(skb2, ncm->skb_tx_data); in package_for_tx()
998 skb_put_zero(skb2, ndp_pad); in package_for_tx()
1001 skb_put_data(skb2, ncm->skb_tx_ndp->data, ncm->skb_tx_ndp->len); in package_for_tx()
1006 skb_put_zero(skb2, dgram_idx_len); in package_for_tx()
1008 return skb2; in package_for_tx()
1015 struct sk_buff *skb2 = NULL; in ncm_wrap_ntb() local
1053 skb2 = package_for_tx(ncm); in ncm_wrap_ntb()
1054 if (!skb2) in ncm_wrap_ntb()
1128 skb2 = package_for_tx(ncm); in ncm_wrap_ntb()
1129 if (!skb2) in ncm_wrap_ntb()
1133 return skb2; in ncm_wrap_ntb()
1182 struct sk_buff *skb2; in ncm_unwrap_ntb() local
1319 skb2 = netdev_alloc_skb_ip_align(ncm->netdev, in ncm_unwrap_ntb()
1321 if (skb2 == NULL) in ncm_unwrap_ntb()
1323 skb_put_data(skb2, skb->data + index, in ncm_unwrap_ntb()
1326 skb_queue_tail(list, skb2); in ncm_unwrap_ntb()