Searched refs:mptcp_sched_ops (Results 1 – 3 of 3) sorted by relevance
43 static struct mptcp_sched_ops mptcp_sched_default = { in mptcp_sched_default_get_retrans() 51 struct mptcp_sched_ops *mptcp_sched_find(const char *name)53 struct mptcp_sched_ops *sched, *ret = NULL; in mptcp_sched_find() 70 struct mptcp_sched_ops *sched; in mptcp_get_available_schedulers() 85 int mptcp_validate_scheduler(struct mptcp_sched_ops *sched) in mptcp_get_available_schedulers() 95 int mptcp_register_scheduler(struct mptcp_sched_ops *sched) in mptcp_register_scheduler() 115 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched) in mptcp_sched_init() 131 struct mptcp_sched_ops *sched) in mptcp_init_sched() 150 struct mptcp_sched_ops *sched = msk->sched;
353 struct mptcp_sched_ops *sched;851 struct mptcp_sched_ops *mptcp_sched_find(const char *name);852 int mptcp_validate_scheduler(struct mptcp_sched_ops *sched);853 int mptcp_register_scheduler(struct mptcp_sched_ops *sched);854 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched);857 struct mptcp_sched_ops *sched);
104 struct mptcp_sched_ops { struct