Lines Matching refs:unicast_packet
1648 struct batadv_unicast_packet *unicast_packet; in batadv_nc_skb_decode_packet() local
1715 unicast_packet = (struct batadv_unicast_packet *)skb->data; in batadv_nc_skb_decode_packet()
1716 unicast_packet->packet_type = BATADV_UNICAST; in batadv_nc_skb_decode_packet()
1717 unicast_packet->version = BATADV_COMPAT_VERSION; in batadv_nc_skb_decode_packet()
1718 unicast_packet->ttl = ttl; in batadv_nc_skb_decode_packet()
1719 ether_addr_copy(unicast_packet->dest, orig_dest); in batadv_nc_skb_decode_packet()
1720 unicast_packet->ttvn = ttvn; in batadv_nc_skb_decode_packet()
1723 return unicast_packet; in batadv_nc_skb_decode_packet()
1804 struct batadv_unicast_packet *unicast_packet; in batadv_nc_recv_coded_packet() local
1845 unicast_packet = batadv_nc_skb_decode_packet(bat_priv, skb, nc_packet); in batadv_nc_recv_coded_packet()
1846 if (!unicast_packet) { in batadv_nc_recv_coded_packet()