Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Darp.h70 const unsigned char *dest_hw,
78 const unsigned char *dest_hw,
/kernel/linux/linux-6.6/include/net/
H A Darp.h64 const unsigned char *dest_hw,
72 const unsigned char *dest_hw,
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_arp_nd_proxy.c45 const unsigned char *dest_hw, in br_arp_send()
55 dev->name, &dest_ip, dest_hw, &src_ip, src_hw); in br_arp_send()
59 dest_hw, src_hw, target_hw); in br_arp_send()
64 dest_hw, src_hw, target_hw); in br_arp_send()
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) br_arp_send() argument
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_arp_nd_proxy.c45 const unsigned char *dest_hw, in br_arp_send()
55 dev->name, &dest_ip, dest_hw, &src_ip, src_hw); in br_arp_send()
59 dest_hw, src_hw, target_hw); in br_arp_send()
64 dest_hw, src_hw, target_hw); in br_arp_send()
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) br_arp_send() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c302 const unsigned char *dest_hw, in arp_send_dst()
314 dest_hw, src_hw, target_hw); in arp_send_dst()
324 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send()
327 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send()
520 * Create an arp packet. If dest_hw is not set, we create a broadcast
525 const unsigned char *dest_hw, in arp_create()
550 if (!dest_hw) in arp_create()
551 dest_hw = dev->broadcast; in arp_create()
556 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()
300 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) arp_send_dst() argument
322 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) arp_send() argument
523 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) arp_create() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c303 const unsigned char *dest_hw, in arp_send_dst()
315 dest_hw, src_hw, target_hw); in arp_send_dst()
325 const unsigned char *dest_hw, const unsigned char *src_hw, in arp_send()
328 arp_send_dst(type, ptype, dest_ip, dev, src_ip, dest_hw, src_hw, in arp_send()
541 * Create an arp packet. If dest_hw is not set, we create a broadcast
546 const unsigned char *dest_hw, in arp_create()
571 if (!dest_hw) in arp_create()
572 dest_hw = dev->broadcast; in arp_create()
577 if (dev_hard_header(skb, dev, ptype, dest_hw, src_hw, skb->len) < 0) in arp_create()
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) arp_send_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) arp_send() argument
544 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) arp_create() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lag.c1824 * @dest_hw: HW struct for destination's interface
1829 ice_lag_move_vf_nodes_tc_sync(struct ice_lag *lag, struct ice_hw *dest_hw, in ice_lag_move_vf_nodes_tc_sync() argument
1879 dest_hw->port_info->lport, NULL)) { in ice_lag_move_vf_nodes_tc_sync()
1888 n_prt = ice_lag_get_sched_parent(dest_hw, tc); in ice_lag_move_vf_nodes_tc_sync()
1926 * @dest_hw: lport value for currently active port
1933 ice_lag_move_vf_nodes_sync(struct ice_lag *lag, struct ice_hw *dest_hw) in ice_lag_move_vf_nodes_sync() argument
1938 if (!lag->primary || !dest_hw) in ice_lag_move_vf_nodes_sync()
1946 ice_lag_move_vf_nodes_tc_sync(lag, dest_hw, i, in ice_lag_move_vf_nodes_sync()

Completed in 9 milliseconds