Searched refs:l3hdr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dtcp_lro.c135 tcp_lro_rx_csum_fixup(struct lro_entry *le, void *l3hdr, struct tcphdr *th, argument
150 ip6 = (struct ip6_hdr *)l3hdr;
167 ip4 = (struct ip *)l3hdr;
380 void *l3hdr = NULL; /* Keep compiler happy. */ local
401 l3hdr = ip6 = (struct ip6_hdr *)(eh + 1);
420 l3hdr = ip4 = (struct ip *)(eh + 1);
536 le->ulp_csum += tcp_lro_rx_csum_fixup(le, l3hdr, th,
625 le->ulp_csum = tcp_lro_rx_csum_fixup(le, l3hdr, th, tcp_data_len,
/freebsd-10.2-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1062 uintptr_t l3hdr; local
1066 l3hdr = ((uintptr_t)eh + G_ETH_HDR_LEN(hlen));
1067 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen));
1073 if (((struct ip *)l3hdr)->ip_v == IPVERSION) {
1074 const struct ip *ip = (const void *)l3hdr;
1079 const struct ip6_hdr *ip6 = (const void *)l3hdr;
/freebsd-10.2-release/sys/dev/cxgb/
H A Dcxgb_sge.c1463 void *l3hdr; local
1494 l3hdr = evh + 1;
1498 l3hdr = eh + 1;
1502 struct ip *ip = l3hdr;
1507 struct ip6_hdr *ip6 = l3hdr;
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c2113 void *l3hdr; local
2172 l3hdr = m_advance(&m, &offset, m0->m_pkthdr.l2hlen);
2178 struct ip6_hdr *ip6 = l3hdr;
2189 struct ip *ip = l3hdr;

Completed in 93 milliseconds