Searched refs:ti_len (Results 1 – 8 of 8) sorted by relevance
76 (tp)->rcv_nxt += (ti)->ti_len; \79 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \96 (tp)->rcv_nxt += (ti)->ti_len; \99 STAT(tcpstat.tcps_rcvbyte += (ti)->ti_len); \147 i = q->ti_seq + q->ti_len - ti->ti_seq; in tcp_reass()149 if (i >= ti->ti_len) { in tcp_reass()151 STAT(tcpstat.tcps_rcvdupbyte += ti->ti_len); in tcp_reass()162 ti->ti_len -= i; in tcp_reass()168 STAT(tcpstat.tcps_rcvoobyte += ti->ti_len); in tcp_reass()176 register int i = (ti->ti_seq + ti->ti_len) - q->ti_seq; in tcp_reass()[all …]
46 #define ti_len ti_i.ih_len macro
466 ti->ti_len = htons((u_int16_t)(sizeof (struct tcphdr) +
73 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip)); in tcp_template()145 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); in tcp_respond()
50 #define ti_len ti_i.ih_len macro
75 n->ti_len = htons(sizeof (struct tcpiphdr) - sizeof (struct ip)); in tcp_template()147 ti->ti_len = htons((u_short)(sizeof (struct tcphdr) + tlen)); in tcp_respond()