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

/linux-master/include/net/
H A Darp.h64 const unsigned char *dest_hw,
72 const unsigned char *dest_hw,
/linux-master/net/bridge/
H A Dbr_arp_nd_proxy.c45 const unsigned char *dest_hw,
55 dev->name, &dest_ip, dest_hw, &src_ip, src_hw);
59 dest_hw, src_hw, target_hw);
64 dest_hw, src_hw, target_hw);
43 br_arp_send(struct net_bridge *br, struct net_bridge_port *p, struct net_device *dev, __be32 dest_ip, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw, __be16 vlan_proto, u16 vlan_tci) argument
/linux-master/net/ipv4/
H A Darp.c303 const unsigned char *dest_hw,
315 dest_hw, src_hw, target_hw);
325 const unsigned char *dest_hw, const unsigned char *src_hw,
328 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw,
542 * Create an arp packet. If dest_hw is not set, we create a broadcast
547 const unsigned char *dest_hw,
572 if (!dest_hw)
573 dest_hw = dev->broadcast;
578 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0)
301 arp_send_dst(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw, struct dst_entry *dst) argument
323 arp_send(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw) argument
545 arp_create(int type, int ptype, __be32 dest_ip, struct net_device *dev, __be32 src_ip, const unsigned char *dest_hw, const unsigned char *src_hw, const unsigned char *target_hw) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lag.c1892 * @dest_hw: HW struct for destination's interface
1897 ice_lag_move_vf_nodes_tc_sync(struct ice_lag *lag, struct ice_hw *dest_hw, argument
1948 dest_hw->port_info->lport, NULL)) {
1957 n_prt = ice_lag_get_sched_parent(dest_hw, tc);
1986 * @dest_hw: lport value for currently active port
1993 ice_lag_move_vf_nodes_sync(struct ice_lag *lag, struct ice_hw *dest_hw) argument
1998 if (!lag->primary || !dest_hw)
2005 ice_lag_move_vf_nodes_tc_sync(lag, dest_hw, i,

Completed in 142 milliseconds