Searched refs:unicast_packet (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/batman-adv/
H A Drouting.c661 struct batadv_unicast_packet *unicast_packet; local
666 unicast_packet = (struct batadv_unicast_packet *)skb->data;
669 if (unicast_packet->ttl < 2) {
671 ethhdr->h_source, unicast_packet->dest);
676 orig_node = batadv_orig_hash_find(bat_priv, unicast_packet->dest);
686 unicast_packet = (struct batadv_unicast_packet *)skb->data;
687 unicast_packet->ttl--;
689 switch (unicast_packet->packet_type) {
732 * @unicast_packet: the unicast header to be updated
744 struct batadv_unicast_packet *unicast_packet,
743 batadv_reroute_unicast_packet(struct batadv_priv *bat_priv, struct sk_buff *skb, struct batadv_unicast_packet *unicast_packet, u8 *dst_addr, unsigned short vid) argument
789 struct batadv_unicast_packet *unicast_packet; local
911 struct batadv_unicast_packet *unicast_packet; local
942 struct batadv_unicast_packet *unicast_packet; local
[all...]
H A Dsend.c237 struct batadv_unicast_packet *unicast_packet; local
243 unicast_packet = (struct batadv_unicast_packet *)skb->data;
244 unicast_packet->version = BATADV_COMPAT_VERSION;
246 unicast_packet->packet_type = BATADV_UNICAST;
248 unicast_packet->ttl = BATADV_TTL;
250 ether_addr_copy(unicast_packet->dest, orig_node->orig);
252 unicast_packet->ttvn = ttvn;
295 /* Pull the header space and fill the unicast_packet substructure.
297 * is of type struct unicast_packet
337 struct batadv_unicast_packet *unicast_packet; local
[all...]
H A Dnetwork-coding.c1033 * batadv_nc_code_packets() - code a received unicast_packet with an nc packet
1641 struct batadv_unicast_packet *unicast_packet; local
1708 unicast_packet = (struct batadv_unicast_packet *)skb->data;
1709 unicast_packet->packet_type = BATADV_UNICAST;
1710 unicast_packet->version = BATADV_COMPAT_VERSION;
1711 unicast_packet->ttl = ttl;
1712 ether_addr_copy(unicast_packet->dest, orig_dest);
1713 unicast_packet->ttvn = ttvn;
1716 return unicast_packet;
1797 struct batadv_unicast_packet *unicast_packet; local
[all...]
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_core.c1493 bool unicast_packet = false; local
1531 unicast_packet = true;
1538 if (unicast_packet)

Completed in 148 milliseconds