Searched refs:TCP_RST (Results 1 – 15 of 15) sorted by relevance
74 #define TCP_RST 0x04U macro
408 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) { in tcp_input()445 if (flags & TCP_RST) { in tcp_listen_input()536 if (flags & TCP_RST) { in tcp_timewait_input()584 if (flags & TCP_RST) { in tcp_process()
133 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()965 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()1214 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst()
1672 if (flags & TCP_RST) { in tcp_debug_print_flags()
512 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) {570 if (flags & TCP_RST) {670 if (flags & TCP_RST) {718 if (flags & TCP_RST) {
147 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()1094 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()1364 TCPH_HDRLEN_FLAGS_SET(tcphdr, TCP_HLEN/4, TCP_RST | TCP_ACK); in tcp_rst()
2097 if (flags & TCP_RST) { in tcp_debug_print_flags()
576 if (!(TCPH_FLAGS(tcphdr) & TCP_RST)) {636 if (flags & TCP_RST) {746 if (flags & TCP_RST) {799 if (flags & TCP_RST) {
1011 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) { in tcp_send_fin()1335 (TCPH_FLAGS(seg->tcphdr) & TCP_RST) == 0); in tcp_output()2000 remote_port, TCP_RST | TCP_ACK, wnd); in tcp_rst()
2460 if (flags & TCP_RST) { in tcp_debug_print_flags()
104 #define TCP_RST 0x04U macro
167 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
191 if ((TCPH_FLAGS(th) & (TCP_SYN|TCP_FIN|TCP_RST|TCP_ACK)) != TCP_ACK) { in vj_compress_tcp()
Completed in 33 milliseconds