Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dmptcp_opt.h38 struct tcpopt *, uint8_t);
H A Dtcp_rledbat.c58 struct tcpopt *to, uint32_t segment_len);
238 struct tcpopt *to, uint32_t segment_len) in tcp_rledbat_data_rcvd()
H A Dtcp_cc.h254 struct tcpopt *to, uint32_t segment_len);
H A Dtcp_input.c273 struct tcpopt *);
274 static void tcp_finalize_options(struct tcpcb *, struct tcpopt *, unsigned int);
291 struct tcpopt *to, uint32_t tlen);
298 static void tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to,
300 static void tcp_compute_rcv_rtt(struct tcpcb *tp, struct tcpopt *to,
304 struct tcpopt *to);
1021 struct tcpopt *to, uint32_t pktlen) in tcp_sbrcv_grow()
1368 struct tcpopt *to, u_int32_t rxtime) in tcp_detect_bad_rexmt()
1458 tcp_bad_rexmt_check(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in tcp_bad_rexmt_check()
1636 tcp_tfo_syn(struct tcpcb *tp, struct tcpopt *to) in tcp_tfo_syn()
[all …]
H A Dtcp_var.h805 struct tcpopt { struct
1627 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, struct tcphdr *,
1629 extern boolean_t tcp_sack_process_dsack(struct tcpcb *, struct tcpopt *,
1631 int tcp_detect_bad_rexmt(struct tcpcb *, struct tcphdr *, struct tcpopt *,
H A Dtcp_sack.c434 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, in tcp_sack_doack()
881 tcp_sack_process_dsack(struct tcpcb *tp, struct tcpopt *to, in tcp_sack_process_dsack()
H A Dmptcp_opt.c1820 struct tcpopt *to, uint8_t optlen) in tcp_do_mptcp_options()