Lines Matching refs:skb_dest
1016 struct sk_buff *skb_dest, *skb_src; in batadv_nc_code_packets() local
1093 skb_dest = nc_packet->skb; in batadv_nc_code_packets()
1096 skb_dest = skb; in batadv_nc_code_packets()
1103 if (skb_linearize(skb_dest) < 0 || skb_linearize(skb_src) < 0) in batadv_nc_code_packets()
1106 skb_push(skb_dest, header_add); in batadv_nc_code_packets()
1108 coded_packet = (struct batadv_coded_packet *)skb_dest->data; in batadv_nc_code_packets()
1109 skb_reset_mac_header(skb_dest); in batadv_nc_code_packets()
1131 batadv_nc_memxor(skb_dest->data + coded_size, in batadv_nc_code_packets()
1136 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1139 count += skb_dest->len + ETH_HLEN; in batadv_nc_code_packets()
1143 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1146 count += skb_dest->len + ETH_HLEN; in batadv_nc_code_packets()
1150 !BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1157 skb_dest->len + ETH_HLEN); in batadv_nc_code_packets()
1159 BATADV_SKB_CB(skb_dest)->decoded) { in batadv_nc_code_packets()
1166 skb_dest->len + ETH_HLEN); in batadv_nc_code_packets()
1177 batadv_send_skb_packet(skb_dest, neigh_node->if_incoming, first_dest); in batadv_nc_code_packets()