Searched refs:mptsub (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h55 TAILQ_HEAD(, mptsub) mpte_subflows; /* list of subflows */
67 struct mptsub *mpte_active_sub; /* ptr to last active subf */
134 struct mptsub { struct
136 TAILQ_ENTRY(mptsub) mpts_entry; /* glue to peer subflows */
531 extern struct mptsub *mptcp_subflow_alloc(int);
532 extern void mptcp_subflow_free(struct mptsub *);
533 extern void mptcp_subflow_addref(struct mptsub *, int);
534 extern int mptcp_subflow_add(struct mptses *, struct mptsub *,
536 extern void mptcp_subflow_del(struct mptses *, struct mptsub *, boolean_t);
537 extern void mptcp_subflow_remref(struct mptsub *);
[all...]
H A Dmptcp_subr.c90 * represented by the mptsub structure. Because each subflow requires access
137 static int mptcp_subflow_socreate(struct mptses *, struct mptsub *,
139 static int mptcp_subflow_soclose(struct mptsub *, struct socket *);
140 static int mptcp_subflow_soconnectx(struct mptses *, struct mptsub *);
144 static void mptcp_subflow_input(struct mptses *, struct mptsub *);
147 static void mptcp_update_last_owner(struct mptsub *, struct socket *);
164 static ev_ret_t mptcp_subflow_events(struct mptses *, struct mptsub *);
165 static ev_ret_t mptcp_subflow_connreset_ev(struct mptses *, struct mptsub *);
166 static ev_ret_t mptcp_subflow_cantrcvmore_ev(struct mptses *, struct mptsub *);
167 static ev_ret_t mptcp_subflow_cantsendmore_ev(struct mptses *, struct mptsub *);
[all...]
H A Dmptcp.c245 struct mptsub *mpts;
246 struct mptsub *mpts_tried = NULL;
285 DTRACE_MPTCP3(output, struct mptses *, mpte, struct mptsub *, mpts,
318 struct mptsub *
319 mptcp_get_subflow(struct mptses *mpte, struct mptsub *ignore)
321 struct mptsub *mpts;
322 struct mptsub *fallback = NULL;
H A Dmptcp_usrreq.c89 static void mptcp_connorder_helper(struct mptsub *mpts);
255 struct mptsub *mpts;
359 struct mptsub *mpts;
397 struct mptsub *mpts;
495 struct mptsub *mpts, *mpts1;
573 mptcp_connorder_helper(struct mptsub *mpts)
598 struct mptsub *mpts;
748 struct mptsub *mpts;
862 struct mptsub *mpts;
934 struct mptsub *mpt
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dmptcp.d218 struct mptsub *mptsub;
222 translator mptsubinfo_t < struct mptsub *T > {
230 mptsub = T;

Completed in 38 milliseconds