Home
last modified time | relevance | path

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; in sfxge_pkthdr_parse() local
93 etherhs = sizeof (struct ether_header); in sfxge_pkthdr_parse()
94 if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0)) in sfxge_pkthdr_parse()
104 etherhs = sizeof (struct ether_vlan_header); in sfxge_pkthdr_parse()
105 if ((MBLKL(mp) < etherhs) && (pullupmsg(mp, etherhs) == 0)) in sfxge_pkthdr_parse()
117 off += etherhs; in sfxge_pkthdr_parse()
134 ASSERT3U(etherhs + size, <=, msgdsize(mp)); in sfxge_pkthdr_parse()