Home
last modified time | relevance | path

Searched refs:tcpopt (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dmptcp_opt.h42 struct tcpopt *, uint8_t);
H A Dtcp_rledbat.c44 struct tcpopt *to, uint32_t segment_len);
220 struct tcpopt *to, uint32_t segment_len) in tcp_rledbat_data_rcvd()
H A Dtcp_cc.h259 struct tcpopt *to, uint32_t segment_len);
H A Dtcp_input.c279 struct tcpopt *);
280 static void tcp_finalize_options(struct tcpcb *, struct tcpopt *, unsigned int);
297 struct tcpopt *to, uint32_t tlen);
304 static void tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to,
306 static void tcp_compute_rcv_rtt(struct tcpcb *tp, struct tcpopt *to,
310 struct tcpopt *to);
1009 struct tcpopt *to, uint32_t pktlen) in tcp_sbrcv_grow()
1326 struct tcpopt *to, u_int32_t rxtime) in tcp_detect_bad_rexmt()
1422 tcp_bad_rexmt_check(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in tcp_bad_rexmt_check()
1582 tcp_tfo_syn(struct tcpcb *tp, struct tcpopt *to) in tcp_tfo_syn()
[all …]
H A Dtcp_var.h1025 struct tcpopt { struct
1885 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, struct tcphdr *,
1887 extern boolean_t tcp_sack_process_dsack(struct tcpcb *, struct tcpopt *,
1889 int tcp_detect_bad_rexmt(struct tcpcb *, struct tcphdr *, struct tcpopt *,
1928 void tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to);
H A Dtcp_sack.c427 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, in tcp_sack_doack()
895 tcp_sack_process_dsack(struct tcpcb *tp, struct tcpopt *to, in tcp_sack_process_dsack()
H A Dmptcp_opt.c1880 struct tcpopt *to, uint8_t optlen) in tcp_do_mptcp_options()
H A Dtcp_subr.c4284 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack()