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

/freebsd-11-stable/cddl/lib/libdtrace/
H A Dtcp.d156 struct tcphdr *tcp_hdr; /* raw TCP header */
175 struct tcphdr *tcp_hdr; /* raw TCP header */
247 tcp_hdr = (struct tcphdr *)p;
266 tcp_hdr = (struct tcphdr *)p;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c710 if ((lro->tcp_hdr->source != tcp->source))
714 if ((lro->tcp_hdr->dest != tcp->dest))
875 xge_os_memcpy(((char *)lro->tcp_hdr + lro->ts_off + 2),
984 lro_new->tcp_hdr = tcp;
1343 lro->tcp_hdr->ack_seq = lro->tcp_ack_num;
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c1529 struct tcphdr *tcp_hdr = NULL; local
1540 tcp_hdr = (struct tcphdr *)((char*)ip4_hdr + sizeof(struct ip));
1547 tcp_hdr = (struct tcphdr *)((char*)ip6 + sizeof(struct ip6_hdr));
1551 tcp_hdr->th_ack = htonl(cqe2->tcp_ack_num);
1553 tcp_hdr->th_flags |= TH_PUSH;
1555 tcp_hdr->th_win = htons(cqe2->tcp_window);
1556 tcp_hdr->th_sum = 0xffff;
1558 p = (uint32_t *)((char*)tcp_hdr + sizeof(struct tcphdr) + 2);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h257 tcplro_t *tcp_hdr; member in struct:lro

Completed in 139 milliseconds