Searched refs:lasthdr_off (Results 1 – 1 of 1) sorted by relevance
594 int lasthdr_off; in netif_gso_ipv6_tcp() local636 lasthdr_off = ip6_lasthdr(m, mac_hlen, IPPROTO_IPV6, NULL) - mac_hlen; in netif_gso_ipv6_tcp()637 VERIFY(lasthdr_off <= UINT8_MAX); in netif_gso_ipv6_tcp()638 ip_hlen = (uint8_t)lasthdr_off; in netif_gso_ipv6_tcp()