Lines Matching refs:tcpcb
105 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos,
107 static void tcp_xmit_timer(struct tcpcb *, int);
108 void tcp_hc_get(/*struct in_conninfo *inc*/ struct tcpcb* tp, struct hc_metrics_lite *hc_metrics_li…
109 static void tcp_newreno_partial_ack(struct tcpcb *, struct tcphdr *);
115 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) in cc_ack_received()
145 cc_conn_init(struct tcpcb *tp) in cc_conn_init()
221 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal()
287 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery()
319 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler()
364 tcp_hc_get(struct tcpcb* tp, struct hc_metrics_lite *hc_metrics_lite) in tcp_hc_get()
379 tcp_hc_getmtu(struct tcpcb* tp) in tcp_hc_getmtu()
396 tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instance, in tcp_dropwithreset()
433 tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_li… in tcp_input()
774 if (tp == (struct tcpcb *) -1) { in tcp_input()
950 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, in tcp_do_segment()
2699 tcp_xmit_timer(struct tcpcb *tp, int rtt) in tcp_xmit_timer()
2827 tcp_mss_update(struct tcpcb *tp, int offer, int mtuoffer, in tcp_mss_update()
2962 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss()
3027 tcp_mssopt(struct tcpcb* tp) in tcp_mssopt()
3061 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partial_ack()