Searched defs:th (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 116 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) in cc_ack_received() 222 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal() 292 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery() 324 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler() 401 tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instance, in tcp_dropwithreset() 438 tcp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_li… in tcp_input() 1023 tcp_do_segment(struct ip6_hdr* ip6, struct tcphdr *th, otMessage* msg, in tcp_do_segment() 3244 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partial_ack()
|
D | tcp_subr.c | 228 struct tcphdr *th = (struct tcphdr *)tcp_ptr; in tcpip_fillheaders() local 306 struct tcphdr th; in tcp_respond() local
|
D | tcp_reass.c | 54 tcp_reass(struct tcpcb* tp, struct tcphdr* th, int* tlenp, otMessage* data, off_t data_offset, stru… in tcp_reass()
|
D | tcp_timewait.c | 309 tcp_twcheck(struct tcpcb* tp, struct tcphdr *th, int tlen) in tcp_twcheck()
|
D | tcp_output.c | 113 struct tcphdr* th = NULL; in tcp_output() local
|
D | tcp_sack.c | 550 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) in tcp_sack_partialack()
|
D | tcp_var.h | 454 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) argument 585 tcp_fields_to_host(struct tcphdr *th) in tcp_fields_to_host()
|