Home
last modified time | relevance | path

Searched defs:thflags (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_ecn.c120 tcp_ecn_input_syn_sent(struct tcpcb *tp, uint16_t thflags, int iptos) in tcp_ecn_input_syn_sent()
226 tcp_ecn_input_parallel_syn(struct tcpcb *tp, uint16_t thflags, int iptos) in tcp_ecn_input_parallel_syn()
294 tcp_ecn_input_segment(struct tcpcb *tp, uint16_t thflags, int tlen, int pkts, int iptos) in tcp_ecn_input_segment()
376 uint16_t thflags = 0; in tcp_ecn_output_syn_sent() local
404 tcp_ecn_output_established(struct tcpcb *tp, uint16_t *thflags, int len, bool rxmit) in tcp_ecn_output_established()
493 tcp_ecn_syncache_add(uint16_t thflags, int iptos) in tcp_ecn_syncache_add()
567 tcp_ecn_syncache_respond(uint16_t thflags, struct syncache *sc) in tcp_ecn_syncache_respond()
602 tcp_ecn_get_ace(uint16_t thflags) in tcp_ecn_get_ace()
608 tcp_ecn_set_ace(uint16_t *thflags, uint32_t t_rcep) in tcp_ecn_set_ace()
H A Dtcp_timewait.c161 int thflags; in tcp_twcheck() local
[all...]
H A Dtcp_input.c623 int thflags; in tcp_input_with_port() local
1524 uint16_t thflags; in tcp_do_segment() local
H A Dtcp_subr.c1757 int thflags = tcp_get_flags(th); in tcp_respond() local
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c552 int32_t thflags; in ctf_drop_checks() local
655 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t t… in ctf_do_dropafterack()
795 int32_t tlen, int32_t thflags, int32_t * ret_val) in ctf_ts_check()
826 ctf_ts_check_ac(struct tcpcb *tp, int32_t thflags) in ctf_ts_check_ac()
H A Dbbr.c7681 int32_t * ofia, int32_t thflags, int32_t * ret_val) in bbr_process_ack()
8137 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) in bbr_process_data()
8740 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_syn_sent()
8951 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_syn_recv()
9172 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_established()
9308 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_close_wait()
9429 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_fin_wait_1()
9554 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_closing()
9656 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_lastack()
9758 uint32_t tiwin, int32_t thflags, int32_t nxt_pkt, uint8_t iptos) in bbr_do_fin_wait_2()
[all …]
H A Drack.c11778 rack_process_ack(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,uint32_t tiwin,int32_t tlen,int32_t * ofia,int32_t thflags,int32_t * ret_val,int32_t orig_tlen) rack_process_ack() argument
12243 rack_process_data(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt) rack_process_data() argument
12873 rack_do_syn_sent(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_syn_sent() argument
13097 rack_do_syn_recv(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_syn_recv() argument
13311 rack_do_established(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_established() argument
13440 rack_do_close_wait(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_close_wait() argument
13563 rack_do_fin_wait_1(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_fin_wait_1() argument
13685 rack_do_closing(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_closing() argument
13786 rack_do_lastack(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_lastack() argument
13888 rack_do_fin_wait_2(struct mbuf * m,struct tcphdr * th,struct socket * so,struct tcpcb * tp,struct tcpopt * to,int32_t drop_hdrlen,int32_t tlen,uint32_t tiwin,int32_t thflags,int32_t nxt_pkt,uint8_t iptos) rack_do_fin_wait_2() argument
16381 int32_t thflags, retval, did_out = 0; rack_do_segment_nounlock() local
[all...]