Home
last modified time | relevance | path

Searched refs:l2_vid (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_flow.c1631 return (l2->l2_vid == fd->fd_vid && in flow_l2_match()
1681 l2->l2_vid = VLAN_ID(ntohs(evhp->ether_tci)); in flow_l2_accept()
1685 l2->l2_vid = 0; in flow_l2_accept()
1705 return (HASH_ETHER_VID(l2->l2_daddr, l2->l2_vid, ft->ft_size)); in flow_ether_hash()
1737 l2->l2_vid = VLAN_ID(ntohs(evhp->ether_tci)); in flow_ether_accept()
1741 l2->l2_vid = 0; in flow_ether_accept()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_flow_impl.h337 uint16_t l2_vid; member