Lines Matching refs:hw_dst
1060 u8 *hw_src, *hw_dst; in batadv_arp_get_type() local
1109 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_arp_get_type()
1110 if (is_zero_ether_addr(hw_dst) || in batadv_arp_get_type()
1111 is_multicast_ether_addr(hw_dst)) in batadv_arp_get_type()
1162 __be32 ip_dst, u8 *hw_src, u8 *hw_dst, in batadv_dat_arp_create_reply() argument
1168 ip_src, hw_dst, hw_src, hw_dst); in batadv_dat_arp_create_reply()
1359 u8 *hw_src, *hw_dst; in batadv_dat_snoop_outgoing_arp_reply() local
1376 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_dat_snoop_outgoing_arp_reply()
1380 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_snoop_outgoing_arp_reply()
1407 u8 *hw_src, *hw_dst; in batadv_dat_snoop_incoming_arp_reply() local
1424 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_dat_snoop_incoming_arp_reply()
1436 hw_src, &ip_src, hw_dst, &ip_dst, in batadv_dat_snoop_incoming_arp_reply()
1445 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply()
1467 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply()
1690 __be32 yiaddr, u8 *hw_dst, __be32 ip_dst, in batadv_dat_put_dhcp() argument
1696 hw_dst, vid); in batadv_dat_put_dhcp()
1703 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_put_dhcp()
1714 &ip_dst, hw_dst, batadv_print_vid(vid)); in batadv_dat_put_dhcp()