unicast_packet 2004 drivers/staging/rtl8192e/rtl8192e/rtl_core.c bool unicast_packet = false; unicast_packet 2051 drivers/staging/rtl8192e/rtl8192e/rtl_core.c unicast_packet = true; unicast_packet 2076 drivers/staging/rtl8192e/rtl8192e/rtl_core.c if (unicast_packet) unicast_packet 4609 drivers/staging/rtl8192u/r8192U_core.c bool unicast_packet = false; unicast_packet 4622 drivers/staging/rtl8192u/r8192U_core.c unicast_packet = false; unicast_packet 4629 drivers/staging/rtl8192u/r8192U_core.c unicast_packet = true; unicast_packet 4636 drivers/staging/rtl8192u/r8192U_core.c if (unicast_packet) unicast_packet 1646 net/batman-adv/network-coding.c struct batadv_unicast_packet *unicast_packet; unicast_packet 1713 net/batman-adv/network-coding.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 1714 net/batman-adv/network-coding.c unicast_packet->packet_type = BATADV_UNICAST; unicast_packet 1715 net/batman-adv/network-coding.c unicast_packet->version = BATADV_COMPAT_VERSION; unicast_packet 1716 net/batman-adv/network-coding.c unicast_packet->ttl = ttl; unicast_packet 1717 net/batman-adv/network-coding.c ether_addr_copy(unicast_packet->dest, orig_dest); unicast_packet 1718 net/batman-adv/network-coding.c unicast_packet->ttvn = ttvn; unicast_packet 1721 net/batman-adv/network-coding.c return unicast_packet; unicast_packet 1802 net/batman-adv/network-coding.c struct batadv_unicast_packet *unicast_packet; unicast_packet 1843 net/batman-adv/network-coding.c unicast_packet = batadv_nc_skb_decode_packet(bat_priv, skb, nc_packet); unicast_packet 1844 net/batman-adv/network-coding.c if (!unicast_packet) { unicast_packet 680 net/batman-adv/routing.c struct batadv_unicast_packet *unicast_packet; unicast_packet 685 net/batman-adv/routing.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 688 net/batman-adv/routing.c if (unicast_packet->ttl < 2) { unicast_packet 690 net/batman-adv/routing.c ethhdr->h_source, unicast_packet->dest); unicast_packet 695 net/batman-adv/routing.c orig_node = batadv_orig_hash_find(bat_priv, unicast_packet->dest); unicast_packet 705 net/batman-adv/routing.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 706 net/batman-adv/routing.c unicast_packet->ttl--; unicast_packet 708 net/batman-adv/routing.c switch (unicast_packet->packet_type) { unicast_packet 763 net/batman-adv/routing.c struct batadv_unicast_packet *unicast_packet, unicast_packet 783 net/batman-adv/routing.c if (batadv_compare_eth(orig_node->orig, unicast_packet->dest)) unicast_packet 791 net/batman-adv/routing.c skb_postpull_rcsum(skb, unicast_packet, sizeof(*unicast_packet)); unicast_packet 792 net/batman-adv/routing.c ether_addr_copy(unicast_packet->dest, orig_addr); unicast_packet 793 net/batman-adv/routing.c unicast_packet->ttvn = orig_ttvn; unicast_packet 794 net/batman-adv/routing.c skb_postpush_rcsum(skb, unicast_packet, sizeof(*unicast_packet)); unicast_packet 809 net/batman-adv/routing.c struct batadv_unicast_packet *unicast_packet; unicast_packet 822 net/batman-adv/routing.c if (skb_cow(skb, sizeof(*unicast_packet)) < 0) unicast_packet 825 net/batman-adv/routing.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 835 net/batman-adv/routing.c if (batadv_reroute_unicast_packet(bat_priv, skb, unicast_packet, unicast_packet 840 net/batman-adv/routing.c unicast_packet->dest, unicast_packet 855 net/batman-adv/routing.c if (!batadv_is_my_mac(bat_priv, unicast_packet->dest)) { unicast_packet 857 net/batman-adv/routing.c unicast_packet->dest); unicast_packet 872 net/batman-adv/routing.c is_old_ttvn = batadv_seq_before(unicast_packet->ttvn, curr_ttvn); unicast_packet 876 net/batman-adv/routing.c old_ttvn = unicast_packet->ttvn; unicast_packet 881 net/batman-adv/routing.c if (batadv_reroute_unicast_packet(bat_priv, skb, unicast_packet, unicast_packet 885 net/batman-adv/routing.c unicast_packet->dest, ethhdr->h_dest, unicast_packet 905 net/batman-adv/routing.c skb_postpull_rcsum(skb, unicast_packet, sizeof(*unicast_packet)); unicast_packet 906 net/batman-adv/routing.c ether_addr_copy(unicast_packet->dest, primary_if->net_dev->dev_addr); unicast_packet 907 net/batman-adv/routing.c unicast_packet->ttvn = curr_ttvn; unicast_packet 908 net/batman-adv/routing.c skb_postpush_rcsum(skb, unicast_packet, sizeof(*unicast_packet)); unicast_packet 927 net/batman-adv/routing.c struct batadv_unicast_packet *unicast_packet; unicast_packet 929 net/batman-adv/routing.c int check, hdr_size = sizeof(*unicast_packet); unicast_packet 936 net/batman-adv/routing.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 937 net/batman-adv/routing.c if (batadv_is_my_mac(bat_priv, unicast_packet->dest)) unicast_packet 958 net/batman-adv/routing.c struct batadv_unicast_packet *unicast_packet; unicast_packet 962 net/batman-adv/routing.c int check, hdr_size = sizeof(*unicast_packet); unicast_packet 967 net/batman-adv/routing.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 968 net/batman-adv/routing.c is4addr = unicast_packet->packet_type == BATADV_UNICAST_4ADDR; unicast_packet 987 net/batman-adv/routing.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 990 net/batman-adv/routing.c if (batadv_is_my_mac(bat_priv, unicast_packet->dest)) { unicast_packet 238 net/batman-adv/send.c struct batadv_unicast_packet *unicast_packet; unicast_packet 244 net/batman-adv/send.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 245 net/batman-adv/send.c unicast_packet->version = BATADV_COMPAT_VERSION; unicast_packet 247 net/batman-adv/send.c unicast_packet->packet_type = BATADV_UNICAST; unicast_packet 249 net/batman-adv/send.c unicast_packet->ttl = BATADV_TTL; unicast_packet 251 net/batman-adv/send.c ether_addr_copy(unicast_packet->dest, orig_node->orig); unicast_packet 253 net/batman-adv/send.c unicast_packet->ttvn = ttvn; unicast_packet 339 net/batman-adv/send.c struct batadv_unicast_packet *unicast_packet; unicast_packet 368 net/batman-adv/send.c unicast_packet = (struct batadv_unicast_packet *)skb->data; unicast_packet 376 net/batman-adv/send.c unicast_packet->ttvn = unicast_packet->ttvn - 1;