mptcp_sched_ops
struct mptcp_sched_ops *sched;
struct mptcp_sched_ops *sched;
struct mptcp_sched_ops *mptcp_sched_find(const char *name);
int mptcp_validate_scheduler(struct mptcp_sched_ops *sched);
int mptcp_register_scheduler(struct mptcp_sched_ops *sched);
void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched);
struct mptcp_sched_ops *sched);
void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched)
struct mptcp_sched_ops *sched)
struct mptcp_sched_ops *sched = msk->sched;
static struct mptcp_sched_ops mptcp_sched_default = {
struct mptcp_sched_ops *mptcp_sched_find(const char *name)
struct mptcp_sched_ops *sched, *ret = NULL;
struct mptcp_sched_ops *sched;
int mptcp_validate_scheduler(struct mptcp_sched_ops *sched)
int mptcp_register_scheduler(struct mptcp_sched_ops *sched)