Home
last modified time | relevance | path

Searched refs:mptcp_sched_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/mptcp/
H A Dsched.c45 static struct mptcp_sched_ops mptcp_sched_default = {
53 struct mptcp_sched_ops *mptcp_sched_find(const char *name) in mptcp_sched_find()
55 struct mptcp_sched_ops *sched, *ret = NULL; in mptcp_sched_find()
72 struct mptcp_sched_ops *sched; in mptcp_get_available_schedulers()
87 int mptcp_register_scheduler(struct mptcp_sched_ops *sched) in mptcp_register_scheduler()
104 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched) in mptcp_unregister_scheduler()
120 struct mptcp_sched_ops *sched) in mptcp_init_sched()
139 struct mptcp_sched_ops *sched = msk->sched; in mptcp_release_sched()
H A Dprotocol.h341 struct mptcp_sched_ops *sched;
746 struct mptcp_sched_ops *mptcp_sched_find(const char *name);
747 int mptcp_register_scheduler(struct mptcp_sched_ops *sched);
748 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched);
751 struct mptcp_sched_ops *sched);
H A Dctrl.c116 struct mptcp_sched_ops *sched; in mptcp_set_scheduler()
/linux-6.15/include/net/
H A Dmptcp.h111 struct mptcp_sched_ops { struct