Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Detherdevice.h71 static inline bool is_link_local_ether_addr(const u8 *addr) in is_link_local_ether_addr() function
/linux-4.1.27/net/bridge/
Dbr_input.c245 if (unlikely(is_link_local_ether_addr(dest))) { in br_handle_frame()
Dbr_sysfs_br.c307 if (!is_link_local_ether_addr(new_addr)) in group_addr_store()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.c460 if (is_link_local_ether_addr(ha->addr)) in ixgbevf_update_mc_addr_list_vf()
Dixgbevf_main.c3614 if (!dst_mac || is_link_local_ether_addr(dst_mac)) { in ixgbevf_xmit_frame()
/linux-4.1.27/net/core/
Drtnetlink.c2521 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in ndo_dflt_fdb_add()
2646 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in ndo_dflt_fdb_del()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c2578 else if (is_link_local_ether_addr(eth_dst)) in rocker_flow_tbl_acl()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7928 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) { in ixgbe_ndo_fdb_add()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c7963 if (is_unicast_ether_addr(addr) || is_link_local_ether_addr(addr)) in i40e_ndo_fdb_add()