Lines Matching defs:unicast_packet
239 struct batadv_unicast_packet *unicast_packet;
245 unicast_packet = (struct batadv_unicast_packet *)skb->data;
246 unicast_packet->version = BATADV_COMPAT_VERSION;
248 unicast_packet->packet_type = BATADV_UNICAST;
250 unicast_packet->ttl = BATADV_TTL;
252 ether_addr_copy(unicast_packet->dest, orig_node->orig);
254 unicast_packet->ttvn = ttvn;
297 /* Pull the header space and fill the unicast_packet substructure.
299 * 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;