Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c173 const uint32_t ip_hdr_sz = IPH_HDR_LENGTH(ipha); in mac_sw_cksum_ipv4() local
175 const uint32_t ulp_offset = ip_hdr_offset + ip_hdr_sz; in mac_sw_cksum_ipv4()
196 up = IPH_TCPH_CHECKSUMP(ipha, ip_hdr_sz); in mac_sw_cksum_ipv4()
207 up = IPH_UDPH_CHECKSUMP(ipha, ip_hdr_sz); in mac_sw_cksum_ipv4()
235 len = ntohs(ipha->ipha_length) - ip_hdr_sz; in mac_sw_cksum_ipv4()
271 uint16_t ip_hdr_sz; in mac_sw_cksum_ipv6() local
273 if (!ip_hdr_length_nexthdr_v6(mp, ip6h, &ip_hdr_sz, NULL)) { in mac_sw_cksum_ipv6()
278 ulp_offset = ip_hdr_offset + ip_hdr_sz; in mac_sw_cksum_ipv6()
296 up = IPH_TCPH_CHECKSUMP(ip6h, ip_hdr_sz); in mac_sw_cksum_ipv6()
307 up = IPH_UDPH_CHECKSUMP(ip6h, ip_hdr_sz); in mac_sw_cksum_ipv6()
[all …]