Lines Matching refs:fl
924 uint8_t fl = th_get(pkt)->th_flags; in tcp_send_process_no_lock() local
925 bool forget = ACK == fl || PSH == fl || (ACK | PSH) == fl || in tcp_send_process_no_lock()
926 RST & fl; in tcp_send_process_no_lock()
2804 uint8_t next = 0, fl = 0; in tcp_in() local
2819 fl = th_flags(th) & ~(ECN | CWR); in tcp_in()
2843 if (FL(&fl, &, RST)) { in tcp_in()
2862 fl = th_flags(th); in tcp_in()
2863 if (FL(&fl, ==, RST | ACK)) { in tcp_in()
2881 tcp_validate_seq(conn, th) && FL(&fl, &, SYN)) { in tcp_in()
2927 if (FL(&fl, ==, SYN)) { in tcp_in()
2957 if (FL(&fl, &, ACK, th_ack(th) == conn->seq && in tcp_in()
3053 if (FL(&fl, &, SYN | ACK, th && th_ack(th) == conn->seq)) { in tcp_in()
3094 if (th && FL(&fl, &, FIN, th_seq(th) == conn->ack)) { in tcp_in()
3110 if (FL(&fl, &, ACK)) { in tcp_in()
3270 bool psh = FL(&fl, &, PSH); in tcp_in()
3297 if ((len > 0) || FL(&fl, &, FIN)) { in tcp_in()
3326 if (th && FL(&fl, ==, ACK, th_ack(th) == conn->seq)) { in tcp_in()
3363 if (FL(&fl, &, ACK, th_ack(th) == conn->seq)) { in tcp_in()
3377 if (FL(&fl, &, FIN, net_tcp_seq_cmp(th_seq(th) + len, conn->ack) == 0)) { in tcp_in()
3447 if (FL(&fl, &, FIN, net_tcp_seq_cmp(th_seq(th) + len, conn->ack) == 0)) { in tcp_in()
3490 if (FL(&fl, &, ACK, th_ack(th) == conn->seq)) { in tcp_in()
3507 if ((FL(&fl, &, FIN, in tcp_in()
3546 if ((FL(&fl, &, FIN, in tcp_in()