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

/freebsd-9.3-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;
361 void *l3hdr = NULL; /* Keep compiler happy. */ local
382 l3hdr = ip6 = (struct ip6_hdr *)(eh + 1);
401 l3hdr = ip4 = (struct ip *)(eh + 1);
517 le->ulp_csum += tcp_lro_rx_csum_fixup(le, l3hdr, th,
604 le->ulp_csum = tcp_lro_rx_csum_fixup(le, l3hdr, th, tcp_data_len,
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1073 uintptr_t l3hdr; local
1077 l3hdr = ((uintptr_t)eh + G_ETH_HDR_LEN(hlen));
1078 tcp = (const void *)(l3hdr + G_IP_HDR_LEN(hlen));
1084 if (((struct ip *)l3hdr)->ip_v == IPVERSION) {
1085 const struct ip *ip = (const void *)l3hdr;
1090 const struct ip6_hdr *ip6 = (const void *)l3hdr;
/freebsd-9.3-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-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c3397 void *l3hdr; local
3412 l3hdr = evh + 1;
3415 l3hdr = eh + 1;
3421 struct ip6_hdr *ip6 = l3hdr;
3439 struct ip *ip = l3hdr;

Completed in 105 milliseconds