Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1681 l2->l2_sap = ntohs(evhp->ether_type); in flow_l2_accept()
1685 l2->l2_sap = mhi.mhi_bindsap; in flow_l2_accept()
1737 l2->l2_sap = ntohs(evhp->ether_type); in flow_ether_accept()
1741 l2->l2_sap = sap; in flow_ether_accept()
1940 uint16_t sap = l2info->l2_sap; in flow_ip_accept()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h338 uint32_t l2_sap; member