Searched refs:mptcb (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_timer.h39 extern void mptcp_start_timer(struct mptcb *, int);
40 extern void mptcp_cancel_timer(struct mptcb *, int);
41 extern void mptcp_cancel_all_timers(struct mptcb *);
H A Dmptcp_opt.h48 extern void mptcp_update_dss_send_state(struct mptcb *, u_int64_t);
60 extern void mptcp_update_rcv_state_meat(struct mptcb *, struct tcpcb *,
62 extern void mptcp_data_ack_rcvd(struct mptcb *, struct tcpcb *, u_int64_t);
H A Dmptcp_timer.c72 struct mptcb *mp_tp = NULL;
76 DTRACE_MPTCP2(timer, struct mptses *, mpte, struct mptcb *, mp_tp);
97 DTRACE_MPTCP1(error, struct mptcb *, mp_tp);
117 DTRACE_MPTCP1(error, struct mptcb *, mp_tp);
170 mptcp_start_timer(struct mptcb *mp_tp, int timer_type)
178 DTRACE_MPTCP2(start__timer, struct mptcb *, mp_tp, int, timer_type);
203 mptcp_cancel_timer(struct mptcb *mp_tp, int timer_type)
207 DTRACE_MPTCP2(cancel__timer, struct mptcb *, mp_tp, int, timer_type);
228 mptcp_cancel_all_timers(struct mptcb *mp_tp)
H A Dmptcp_var.h53 struct mptcb *mpte_mptcb; /* ptr to MPTCP PCB */
283 struct mptcb { struct
288 u_int32_t mpt_refcnt; /* references held on mptcb */
379 /* mptcb manipulation */
380 #define tptomptp(tp) ((struct mptcb *)((tp)->t_mptcb))
389 struct mptcb mtcb; /* MPTCP PCB */
514 extern struct mptses *mptcp_drop(struct mptses *, struct mptcb *, int);
515 extern struct mptses *mptcp_close(struct mptses *, struct mptcb *);
550 extern void mptcp_close_fsm(struct mptcb *, uint32_t);
561 extern void mptcp_get_hmac(mptcp_addr_id, struct mptcb *, u_cha
[all...]
H A Dmptcp.c119 struct mptcb *mp_tp = NULL;
217 struct mptcb *, mp_tp);
395 mptcp_close_fsm(struct mptcb *mp_tp, uint32_t event)
399 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp,
454 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp,
461 * Update the mptcb send state variables, but the actual sbdrop occurs
465 mptcp_data_ack_rcvd(struct mptcb *mp_tp, struct tcpcb *tp, u_int64_t full_dack)
486 struct mptcb *mp_tp = tptomptp(tp);
504 mptcp_update_rcv_state_meat(struct mptcb *mp_tp, struct tcpcb *tp,
546 struct mptcb *mp_t
[all...]
H A Dmptcp_subr.c108 * mptcb (mpt_lock)
131 static void mptcp_attach_to_subf(struct socket *, struct mptcb *, connid_t);
132 static void mptcp_detach_mptcb_from_subf(struct mptcb *, struct socket *);
133 static void mptcp_conn_properties(struct mptcb *);
134 static void mptcp_init_statevars(struct mptcb *);
182 static int mptcp_init_authparms(struct mptcb *);
298 1024 * mtcbinfo.mppi_size, 8192, "mptcb")) == NULL) {
359 struct mptcb *mp_tp;
422 struct mptcb *mp_tp;
445 struct mptcb *, mp_t
[all...]
H A Dmptcp_opt.c68 struct mptcb *mp_tp = NULL;
251 struct mptcb *mp_tp = NULL;
289 struct mptcb *mp_tp = NULL;
362 struct mptcb *mp_tp = NULL;
382 struct mptcb *mp_tp = tptomptp(tp);
414 struct mptcb *mp_tp = tptomptp(tp);
974 struct mptcb *mp_tp = tptomptp(tp);
1113 DTRACE_MPTCP2(state__change, struct mptcb *, mp_tp,
1143 struct mptcb *mp_tp = tptomptp(tp);
1280 struct mptcb *mp_t
[all...]
H A Dmptcp_usrreq.c156 struct mptcb *mp_tp;
750 struct mptcb *mp_tp;
761 connid_t, cid, struct socket *, mp_so, struct mptcb *, mp_tp);
861 struct mptcb *mp_tp;
H A Dtcp_timer.c923 struct mptcb *mp_tp = tp->t_mptcb;
H A Dtcp_input.c1355 struct mptcb *mp_tp = NULL;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d80 struct mptcb *mptcb;
84 translator mptsinfo_t < struct mptcb *T > {
119 mptcb = T;

Completed in 142 milliseconds