Searched refs:lasthdr_off (Results 1 – 1 of 1) sorted by relevance
695 int lasthdr_off; in netif_gso_ipv6_tcp() local737 lasthdr_off = ip6_lasthdr(m, mac_hlen, IPPROTO_IPV6, NULL) - mac_hlen; in netif_gso_ipv6_tcp()738 VERIFY(lasthdr_off <= UINT8_MAX); in netif_gso_ipv6_tcp()739 ip_hlen = (uint8_t)lasthdr_off; in netif_gso_ipv6_tcp()