Searched refs:tcplen (Results 1 – 3 of 3) sorted by relevance
81 int hdrlen, tcplen; in interpret_tcp() local90 tcplen = iplen - hdrlen; in interpret_tcp()94 if (fraglen > tcplen) in interpret_tcp()95 fraglen = tcplen; in interpret_tcp()124 ntohl(tcp->th_seq), tcplen); in interpret_tcp()139 show_header("TCP: ", "TCP Header", tcplen); in interpret_tcp()220 return (tcplen); in interpret_tcp()
81 uint32_t tcplen, tcp_csum; in myri10ge_lro_flush() local110 tcplen = lro->len - sizeof (*ip) - ETHERNET_HEADER_SIZE; in myri10ge_lro_flush()113 ip->ip_dst.s_addr, htons(tcplen + IPPROTO_TCP)); in myri10ge_lro_flush()
230 uint_t tcplen; in gem_dump_packet() local325 tcplen = iplen - iphlen; in gem_dump_packet()327 tcplen, GET_NET16(&p[16])); in gem_dump_packet()331 cksum += BE_16(tcplen); in gem_dump_packet()