Lines Matching refs:hw_dst
1065 u8 *hw_src, *hw_dst; in batadv_arp_get_type() local
1114 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_arp_get_type()
1115 if (is_zero_ether_addr(hw_dst) || in batadv_arp_get_type()
1116 is_multicast_ether_addr(hw_dst)) in batadv_arp_get_type()
1167 __be32 ip_dst, u8 *hw_src, u8 *hw_dst, in batadv_dat_arp_create_reply() argument
1173 ip_src, hw_dst, hw_src, hw_dst); in batadv_dat_arp_create_reply()
1364 u8 *hw_src, *hw_dst; in batadv_dat_snoop_outgoing_arp_reply() local
1381 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_dat_snoop_outgoing_arp_reply()
1385 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_snoop_outgoing_arp_reply()
1412 u8 *hw_src, *hw_dst; in batadv_dat_snoop_incoming_arp_reply() local
1429 hw_dst = batadv_arp_hw_dst(skb, hdr_size); in batadv_dat_snoop_incoming_arp_reply()
1441 hw_src, &ip_src, hw_dst, &ip_dst, in batadv_dat_snoop_incoming_arp_reply()
1450 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply()
1472 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply()
1695 __be32 yiaddr, u8 *hw_dst, __be32 ip_dst, in batadv_dat_put_dhcp() argument
1701 hw_dst, vid); in batadv_dat_put_dhcp()
1708 batadv_dat_entry_add(bat_priv, ip_dst, hw_dst, vid); in batadv_dat_put_dhcp()
1719 &ip_dst, hw_dst, batadv_print_vid(vid)); in batadv_dat_put_dhcp()