Home
last modified time | relevance | path

Searched refs:fd_dst_mac (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h80 uint8_t fd_dst_mac[MAXMACADDR]; member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1633 bcmp(l2->l2_daddr, fd->fd_dst_mac, fd->fd_mac_len) == 0); in flow_l2_match()
1715 return (HASH_ETHER_VID(fd->fd_dst_mac, fd->fd_vid, ft->ft_size)); in flow_ether_hash_fe()
1787 return (flow_l2_addrhash(fd->fd_dst_mac, in flow_l2_hash_fe()
1801 return (bcmp(&fd1->fd_dst_mac, &fd2->fd_dst_mac, in flow_l2_match_fe()
H A Dmac_bcast.c362 bcopy(addr, &flow_desc.fd_dst_mac, addr_len); in mac_bcast_add()
H A Dmac_client.c860 bcopy(map->ma_addr, flow_desc.fd_dst_mac, map->ma_len); in mac_unicast_update_client_flow()
884 bcopy(map->ma_addr, flow_desc.fd_dst_mac, map->ma_len); in mac_unicast_update_client_flow()
1746 mac_addr = flent->fe_flow_desc.fd_dst_mac; in mac_client_set_rings_prop()
2190 bcopy(mac_addr, flow_desc.fd_dst_mac, flow_desc.fd_mac_len); in mac_unicast_flow_create()
5114 if (bcmp(flow_desc.fd_dst_mac, map->ma_addr, map->ma_len) != 0) in mac_client_get_flow()
H A Dmac_datapath_setup.c2918 mac_addr = flent->fe_flow_desc.fd_dst_mac; in mac_datapath_setup()
H A Dmac.c5947 bcopy(fdesc->fd_dst_mac, ndesc->nd_edest, ETHERADDRL); in mac_write_flow_desc()
8690 mac_addr = flent->fe_flow_desc.fd_dst_mac; in mac_check_primary_relocation()