Searched refs:tcp_get_flags (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_timewait.c | 168 thflags = tcp_get_flags(th); in tcp_twcheck() 246 if (tcp_get_flags(th) & TH_ACK) { in tcp_twcheck() 250 if (tcp_get_flags(th) & TH_SYN) in tcp_twcheck() 252 if (tcp_get_flags(th) & TH_FIN) in tcp_twcheck()
|
| HD | tcp_reass.c | 327 last->tqe_flags |= (tcp_get_flags(th) & TH_FIN); in tcp_reass_append() 560 if ((*tlenp == 0) && ((tcp_get_flags(th) & TH_FIN) == 0)) { in tcp_reass() 577 (tcp_get_flags(th) & TH_FIN) && in tcp_reass() 623 if ((tcp_get_flags(th) & TH_FIN) && in tcp_reass() 910 tcp_reass_replace(tp, q, m, th->th_seq, *tlenp, mlast, lenofoh, tcp_get_flags(th)); in tcp_reass() 959 flags = tcp_get_flags(th) & TH_FIN; in tcp_reass() 1033 te->tqe_flags = tcp_get_flags(th); in tcp_reass()
|
| HD | tcp_lro_hpts.c | 84 ae->flags |= tcp_get_flags(th); in build_ack_entry() 131 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH | TH_ECE | TH_CWR)) != 0) in tcp_lro_ack_valid() 138 if (!(tcp_get_flags(th) & TH_ACK)) in tcp_lro_ack_valid()
|
| HD | tcp_lro.c | 894 le->flags = tcp_get_flags(th); in tcp_set_entry_to_mbuf() 1006 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH)) != 0) { in tcp_lro_condense() 1050 if ((tcp_get_flags(th) & ~(TH_ACK | TH_PUSH)) != 0) { in tcp_lro_condense() 1066 ((tcp_get_flags(th) & TH_ACK) != in tcp_lro_condense() 1345 if (__predict_false(tcp_get_flags(th) & TH_SYN)) in tcp_lro_rx_common()
|
| HD | tcp_input.c | 555 cc_ecnpkt_handler_flags(tp, tcp_get_flags(th), iptos); in cc_ecnpkt_handler() 806 thflags = tcp_get_flags(th); in tcp_input_with_port() 1545 thflags = tcp_get_flags(th); in tcp_do_segment() 3227 thflags = tcp_get_flags(th) & TH_FIN; in tcp_do_segment() 3467 if ((tcp_get_flags(th) & TH_RST) || m->m_flags & (M_BCAST|M_MCAST)) in tcp_dropwithreset() 3497 if (tcp_get_flags(th) & TH_ACK) { in tcp_dropwithreset() 3501 if (tcp_get_flags(th) & TH_SYN) in tcp_dropwithreset() 3503 if (tcp_get_flags(th) & TH_FIN) in tcp_dropwithreset()
|
| HD | tcp_syncache.c | 1072 KASSERT((tcp_get_flags(th) & (TH_RST|TH_ACK|TH_SYN)) == TH_ACK, in syncache_expand() 1395 KASSERT((tcp_get_flags(th) & (TH_RST|TH_ACK|TH_SYN)) == TH_SYN, in syncache_add() 1549 sc->sc_flags |= tcp_ecn_syncache_add(tcp_get_flags(th), iptos); in syncache_add() 1724 sc->sc_flags |= tcp_ecn_syncache_add(tcp_get_flags(th), iptos); in syncache_add()
|
| HD | tcp_var.h | 1605 tcp_get_flags(const struct tcphdr *th) in tcp_get_flags() function
|
| HD | tcp_subr.c | 1813 int thflags = tcp_get_flags(th); in tcp_respond() 3967 sprintf(sp, " tcpflags 0x%b", tcp_get_flags(th), PRINT_TH_FLAGS); in tcp_log_addr()
|
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | rack_bbr_common.c | 817 tcp_ecn_input_syn_sent(tp, tcp_get_flags(th), iptos); in ctf_challenge_ack()
|
| HD | bbr.c | 7286 if (tcp_get_flags(th) & TH_RST) { in bbr_log_ack() 8265 thflags = tcp_get_flags(th) & TH_FIN; in bbr_process_data() 11288 thflags = tcp_get_flags(th); in bbr_do_segment_nounlock()
|
| HD | rack.c | 11155 if (tcp_get_flags(th) & TH_RST) { in rack_log_ack() 12748 thflags = tcp_get_flags(th) & TH_FIN; in rack_process_data() 16696 thflags = tcp_get_flags(th); in rack_do_segment_nounlock() 17094 ((tcp_get_flags(th) & TH_RST) == 0)) { in rack_do_segment_nounlock()
|