Searched refs:tcpopt (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | mptcp_opt.h | 42 struct tcpopt *, uint8_t);
|
| H A D | tcp_var.h | 266 struct tcpopt *to; 1067 struct tcpopt { struct 1838 uint8_t tcp_addoptions(struct tcpopt *to, u_char * __ended_by(optend) optp, u_char * optend); 1865 …tcp_seq, tcp_seq, uint32_t, uint16_t, struct tcpopt *, uint16_t, uint8_t, uint32_t, struct tcp_res… 1881 void tcp_sack_doack(struct tcpcb *, struct tcpopt *, struct tcphdr *, 1883 extern boolean_t tcp_sack_process_dsack(struct tcpcb *, struct tcpopt *, 1885 int tcp_detect_bad_rexmt(struct tcpcb *, struct tcphdr *, struct tcpopt *, 1926 void tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to);
|
| H A D | tcp_rledbat.c | 44 struct tcpopt *to, uint32_t segment_len); 220 struct tcpopt *to, uint32_t segment_len) in tcp_rledbat_data_rcvd()
|
| H A D | tcp_cc.h | 260 struct tcpopt *to, uint32_t segment_len);
|
| H A D | tcp_input.c | 258 struct tcpopt *); 259 static void tcp_finalize_options(struct tcpcb *, struct tcpopt *, unsigned int); 275 struct tcpopt *to, uint32_t tlen); 282 static void tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to, 284 static void tcp_compute_rcv_rtt(struct tcpcb *tp, struct tcpopt *to, 288 struct tcpopt *to); 1007 struct tcpopt *to, uint32_t pktlen) in tcp_sbrcv_grow() 1239 struct tcpopt *to, u_int32_t rxtime) in tcp_detect_bad_rexmt() 1335 tcp_bad_rexmt_check(struct tcpcb *tp, struct tcphdr *th, struct tcpopt *to) in tcp_bad_rexmt_check() 1495 tcp_tfo_syn(struct tcpcb *tp, struct tcpopt *to) in tcp_tfo_syn() [all …]
|
| H A D | tcp_sack.c | 416 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th, in tcp_sack_doack() 885 tcp_sack_process_dsack(struct tcpcb *tp, struct tcpopt *to, in tcp_sack_process_dsack()
|
| H A D | tcp_syncookie.c | 580 struct tcpopt *to = tpi->to; in syncookie_generate()
|
| H A D | tcp_subr.c | 863 tcp_filloptions(struct tcpopt *peer_to, uint16_t thflags, uint16_t mss, uint8_t rcv_scale, in tcp_filloptions() 867 struct tcpopt to; in tcp_filloptions() 933 struct tcpopt *peer_to, uint16_t mss, uint8_t rcv_scale, uint32_t ts_offset, in tcp_respond() 4449 tcp_segs_doack(struct tcpcb *tp, tcp_seq th_ack, struct tcpopt *to) in tcp_segs_doack()
|
| H A D | mptcp_opt.c | 1812 struct tcpopt *to, uint8_t optlen) in tcp_do_mptcp_options()
|
| H A D | tcp_output.c | 730 tcp_addoptions(struct tcpopt *to, u_char * __ended_by(optend) optp, u_char * optend) in tcp_addoptions()
|