Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_flow.c1682 l2->l2_hdrsize = sizeof (*evhp); in flow_l2_accept()
1686 l2->l2_hdrsize = (uint32_t)mhi.mhi_hdrsize; in flow_l2_accept()
1738 l2->l2_hdrsize = sizeof (struct ether_vlan_header); in flow_ether_accept()
1742 l2->l2_hdrsize = sizeof (struct ether_header); in flow_ether_accept()
1942 l3_start = l2info->l2_start + l2info->l2_hdrsize; in flow_ip_accept()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_flow_impl.h339 uint_t l2_hdrsize; member