Searched refs:l3hdr (Results 1 – 1 of 1) sorted by relevance
304 ip6 = (struct ip6_hdr *)l3hdr; in tcp_lro_rx_csum_fixup()321 ip4 = (struct ip *)l3hdr; in tcp_lro_rx_csum_fixup()577 void *l3hdr = NULL; /* Keep compiler happy. */ in tcp_set_le_to_m() local599 l3hdr = ip6 = (struct ip6_hdr *)(eh + 1); in tcp_set_le_to_m()609 l3hdr = ip4 = (struct ip *)(eh + 1); in tcp_set_le_to_m()648 le->ulp_csum = tcp_lro_rx_csum_fixup(le, l3hdr, th, tcp_data_len, in tcp_set_le_to_m()1147 void *l3hdr = NULL; /* Keep compiler happy. */ in tcp_lro_rx2() local1175 l3hdr = ip6 = (struct ip6_hdr *)(eh + 1); in tcp_lro_rx2()1194 l3hdr = ip4 = (struct ip *)(eh + 1); in tcp_lro_rx2()1319 m->m_pkthdr.lro_csum = tcp_lro_rx_csum_fixup(le, l3hdr, th, in tcp_lro_rx2()[all …]