Searched refs:tcp_start (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c771 uintptr_t tcp_start; local
811 tcp_start = ip_start + ip_hdr_len;
812 if (tcp_start >= (uintptr_t)(nmp->b_wptr)) {
813 tcp_start = (uintptr_t)nmp->b_cont->b_rptr
814 + (tcp_start - (uintptr_t)(nmp->b_wptr));
817 tcp_hdr_len = TCP_HDR_LENGTH((tcph_t *)tcp_start);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c483 uintptr_t tcp_start; local
533 tcp_start = ip_start +
535 if (tcp_start >= (uintptr_t)(nmp->b_wptr)) {
536 tcp_start = (uintptr_t)nmp->b_cont->b_rptr
537 + (tcp_start - (uintptr_t)(nmp->b_wptr));
542 + TCP_HDR_LENGTH((tcph_t *)tcp_start);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6575 uintptr_t ip_start, tcp_start; local
6603 tcp_start = ip_start + iph_len;
6604 if (tcp_start >= (uintptr_t)(nmp->b_wptr)) {
6605 tcp_start = (uintptr_t)nmp->b_cont->b_rptr
6606 + (tcp_start - (uintptr_t)(nmp->b_wptr));
6609 tcph_len = TCP_HDR_LENGTH((tcph_t *)tcp_start);

Completed in 231 milliseconds