Searched refs:l3hdr (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1103 uintptr_t l3hdr; local
1108 l3hdr = ((uintptr_t)eh + G_T6_ETH_HDR_LEN(hlen));
1109 tcp = (const void *)(l3hdr + G_T6_IP_HDR_LEN(hlen));
1111 l3hdr = ((uintptr_t)eh + G_ETH_HDR_LEN(hlen));
1112 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen));
1119 if (((struct ip *)l3hdr)->ip_v == IPVERSION) {
1120 const struct ip *ip = (const void *)l3hdr;
1125 const struct ip6_hdr *ip6 = (const void *)l3hdr;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c2293 void *l3hdr; local
2356 l3hdr = m_advance(&m, &offset, m0->m_pkthdr.l2hlen);
2362 struct ip6_hdr *ip6 = l3hdr;
2373 struct ip *ip = l3hdr;
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c194 tcp_lro_rx_csum_fixup(struct lro_entry *le, void *l3hdr, struct tcphdr *th, argument
209 ip6 = (struct ip6_hdr *)l3hdr;
226 ip4 = (struct ip *)l3hdr;
586 void *l3hdr = NULL; /* Keep compiler happy. */ local
608 l3hdr = ip6 = (struct ip6_hdr *)(eh + 1);
627 l3hdr = ip4 = (struct ip *)(eh + 1);
772 le->ulp_csum += tcp_lro_rx_csum_fixup(le, l3hdr, th,
877 le->ulp_csum = tcp_lro_rx_csum_fixup(le, l3hdr, th, tcp_data_len,
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1457 void *l3hdr; local
1488 l3hdr = evh + 1;
1492 l3hdr = eh + 1;
1496 struct ip *ip = l3hdr;
1501 struct ip6_hdr *ip6 = l3hdr;

Completed in 120 milliseconds