Home
last modified time | relevance | path

Searched refs:is_link_local_ether_addr (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/net/dsa/
H A Dtag_ksz.c134 if (is_link_local_ether_addr(hdr->h_dest)) in ksz8795_xmit()
293 if (is_link_local_ether_addr(hdr->h_dest)) in ksz9477_xmit()
356 if (is_link_local_ether_addr(hdr->h_dest)) in ksz9893_xmit()
421 if (is_link_local_ether_addr(hdr->h_dest)) in lan937x_xmit()
H A Dtag_ocelot_8021q.c72 if (ocelot_ptp_rew_op(skb) || is_link_local_ether_addr(hdr->h_dest)) in ocelot_xmit()
/openbmc/linux/include/linux/
H A Detherdevice.h83 static inline bool is_link_local_ether_addr(const u8 *addr) in is_link_local_ether_addr() function
/openbmc/linux/net/bridge/
H A Dbr_input.c348 if (unlikely(is_link_local_ether_addr(dest))) { in br_handle_frame()
H A Dbr_sysfs_br.c318 if (!is_link_local_ether_addr(new_addr)) in group_addr_store()
H A Dbr_netlink.c1375 if (!is_link_local_ether_addr(new_addr)) in br_changelink()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c511 if (is_link_local_ether_addr(ha->addr)) in ixgbevf_update_mc_addr_list_vf()
H A Dixgbevf_main.c4144 if (!dst_mac || is_link_local_ether_addr(dst_mac)) { in ixgbevf_xmit_frame_ring()
/openbmc/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c24 if (is_link_local_ether_addr(dest) && dest[5] == 0x02) in lb_receive()
H A Dteam.c737 if (is_link_local_ether_addr(eth_hdr(skb)->h_dest)) in team_handle_frame()
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c1017 else if (is_link_local_ether_addr(eth_dst)) in ofdpa_flow_tbl_acl()
/openbmc/linux/net/core/
H A Drtnetlink.c4191 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in ndo_dflt_fdb_add()
4325 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in ndo_dflt_fdb_del()
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c1581 if (is_link_local_ether_addr(eth_hdr(skb)->h_dest)) in bond_handle_frame()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c116 if (is_unicast_ether_addr(f->macaddr) || is_link_local_ether_addr(f->macaddr)) in netdev_hw_addr_refcnt()
13167 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in i40e_ndo_fdb_add()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c5885 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in ice_fdb_add()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2520 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) { in igb_ndo_fdb_add()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9934 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) { in ixgbe_ndo_fdb_add()