Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1632 return (l2->l2_vid == fd->fd_vid && in flow_l2_match()
1682 l2->l2_vid = VLAN_ID(ntohs(evhp->ether_tci)); in flow_l2_accept()
1686 l2->l2_vid = 0; in flow_l2_accept()
1706 return (HASH_ETHER_VID(l2->l2_daddr, l2->l2_vid, ft->ft_size)); in flow_ether_hash()
1738 l2->l2_vid = VLAN_ID(ntohs(evhp->ether_tci)); in flow_ether_accept()
1742 l2->l2_vid = 0; in flow_ether_accept()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h337 uint16_t l2_vid; member