Lines Matching refs:skb2
891 struct sk_buff *skb2 = NULL; in package_for_tx() local
925 swap(skb2, ncm->skb_tx_data); in package_for_tx()
932 ntb_iter = (void *) skb_put(skb2, ndp_pad); in package_for_tx()
936 ntb_iter = (void *) skb_put(skb2, ncm->skb_tx_ndp->len); in package_for_tx()
942 ntb_iter = (void *) skb_put(skb2, dgram_idx_len); in package_for_tx()
945 return skb2; in package_for_tx()
952 struct sk_buff *skb2 = NULL; in ncm_wrap_ntb() local
992 skb2 = package_for_tx(ncm); in ncm_wrap_ntb()
993 if (!skb2) in ncm_wrap_ntb()
1067 skb2 = package_for_tx(ncm); in ncm_wrap_ntb()
1068 if (!skb2) in ncm_wrap_ntb()
1072 return skb2; in ncm_wrap_ntb()
1134 struct sk_buff *skb2; in ncm_unwrap_ntb() local
1240 skb2 = netdev_alloc_skb_ip_align(ncm->netdev, in ncm_unwrap_ntb()
1242 if (skb2 == NULL) in ncm_unwrap_ntb()
1244 memcpy(skb_put(skb2, dg_len - crc_len), in ncm_unwrap_ntb()
1247 skb_queue_tail(list, skb2); in ncm_unwrap_ntb()