Lines Matching refs:unicast_packet
238 struct batadv_unicast_packet *unicast_packet;
244 unicast_packet = (struct batadv_unicast_packet *)skb->data;
245 unicast_packet->version = BATADV_COMPAT_VERSION;
247 unicast_packet->packet_type = BATADV_UNICAST;
249 unicast_packet->ttl = BATADV_TTL;
251 ether_addr_copy(unicast_packet->dest, orig_node->orig);
253 unicast_packet->ttvn = ttvn;
296 /* Pull the header space and fill the unicast_packet substructure.
298 * is of type struct unicast_packet
339 struct batadv_unicast_packet *unicast_packet;
368 unicast_packet = (struct batadv_unicast_packet *)skb->data;
376 unicast_packet->ttvn = unicast_packet->ttvn - 1;