Searched refs:etherhs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tcp.c72 size_t etherhs; local
93 etherhs = sizeof (struct ether_header);
94 if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0))
104 etherhs = sizeof (struct ether_vlan_header);
105 if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0))
117 off += etherhs;
134 ASSERT3U(etherhs + size, <=, msgdsize(mp));

Completed in 1633 milliseconds