Searched refs:TCPH_FLAGS (Results 1 – 5 of 5) sorted by relevance
174 flags = TCPH_FLAGS(tcphdr); in tcp_input()278 tcp_debug_print_flags(TCPH_FLAGS(tcphdr)); in tcp_input()415 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) { in tcp_input()801 if (TCPH_FLAGS(cseg->tcphdr) & TCP_FIN) { in tcp_oos_insert_segment()813 if (TCPH_FLAGS(next->tcphdr) & TCP_FIN) { in tcp_oos_insert_segment()1000 if ((pcb->acked != 0) && ((TCPH_FLAGS(next->tcphdr) & TCP_FIN) != 0)) { in tcp_receive()1045 if ((pcb->acked != 0) && ((TCPH_FLAGS(next->tcphdr) & TCP_FIN) != 0)) { in tcp_receive()1198 if (TCPH_FLAGS(inseg.tcphdr) & TCP_FIN) { in tcp_receive()1201 TCPH_FLAGS_SET(inseg.tcphdr, TCPH_FLAGS(inseg.tcphdr) &~ TCP_FIN); in tcp_receive()1205 if (TCPH_FLAGS(inseg.tcphdr) & TCP_SYN) { in tcp_receive()[all …]
1525 TCPH_FLAGS(tcphdr) >> 5 & 1, in tcp_debug_print()1526 TCPH_FLAGS(tcphdr) >> 4 & 1, in tcp_debug_print()1527 TCPH_FLAGS(tcphdr) >> 3 & 1, in tcp_debug_print()1528 TCPH_FLAGS(tcphdr) >> 2 & 1, in tcp_debug_print()1529 TCPH_FLAGS(tcphdr) >> 1 & 1, in tcp_debug_print()1530 TCPH_FLAGS(tcphdr) & 1, in tcp_debug_print()1532 tcp_debug_print_flags(TCPH_FLAGS(tcphdr)); in tcp_debug_print()
131 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()955 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()1427 is_fin = ((TCPH_FLAGS(seg->tcphdr) & TCP_FIN) != 0) && (seg->len == 0); in tcp_zero_window_probe()
175 #define TCPH_FLAGS(phdr) (ntohs((phdr)->_hdrlen_rsvd_flags) & TCP_FLAGS) macro177 …CPH_OFFSET_SET(phdr, offset) (phdr)->_hdrlen_rsvd_flags = htons(((offset) << 8) | TCPH_FLAGS(phdr))178 #define TCPH_HDRLEN_SET(phdr, len) (phdr)->_hdrlen_rsvd_flags = htons(((len) << 12) | TCPH_FLAGS(ph…183 …phdr)->_hdrlen_rsvd_flags = htons(ntohs((phdr)->_hdrlen_rsvd_flags) | (TCPH_FLAGS(phdr) & ~(flags)…185 #define TCP_TCPLEN(seg) ((seg)->len + ((TCPH_FLAGS((seg)->tcphdr) & (TCP_FIN | TCP_SYN)) != 0))
167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()273 if (TCPH_FLAGS(th) & TCP_URG) { in vj_compress_tcp()355 if (TCPH_FLAGS(th) & TCP_PSH) { in vj_compress_tcp()