Lines Matching refs:hw_dst
1005 u8 *hw_src, *hw_dst; in batadv_arp_get_type() local
1054 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_arp_get_type()
1055 if (is_zero_ether_addr(hw_dst) || in batadv_arp_get_type()
1056 is_multicast_ether_addr(hw_dst)) in batadv_arp_get_type()
1107 __be32 ip_dst, u8 *hw_src, u8 *hw_dst, in batadv_dat_arp_create_reply() argument
1113 ip_src, hw_dst, hw_src, hw_dst); in batadv_dat_arp_create_reply()
1302 u8 *hw_src, *hw_dst; in batadv_dat_snoop_outgoing_arp_reply() local
1319 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_dat_snoop_outgoing_arp_reply()
1323 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_snoop_outgoing_arp_reply()
1350 u8 *hw_src, *hw_dst; in batadv_dat_snoop_incoming_arp_reply() local
1367 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_dat_snoop_incoming_arp_reply()
1379 hw_src, &ip_src, hw_dst, &ip_dst, in batadv_dat_snoop_incoming_arp_reply()
1388 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply()
1410 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply()
1632 __be32 yiaddr, u8 *hw_dst, __be32 ip_dst, in batadv_dat_put_dhcp() argument
1638 hw_dst, vid); in batadv_dat_put_dhcp()
1645 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_put_dhcp()
1656 &ip_dst, hw_dst, batadv_print_vid(vid)); in batadv_dat_put_dhcp()