Home
last modified time | relevance | path

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

/linux-6.14.4/net/mptcp/
Dsched.c33 static struct mptcp_sched_ops mptcp_sched_default = {
40 struct mptcp_sched_ops *mptcp_sched_find(const char *name) in mptcp_sched_find()
42 struct mptcp_sched_ops *sched, *ret = NULL; in mptcp_sched_find()
59 struct mptcp_sched_ops *sched; in mptcp_get_available_schedulers()
74 int mptcp_register_scheduler(struct mptcp_sched_ops *sched) in mptcp_register_scheduler()
91 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched) in mptcp_unregister_scheduler()
107 struct mptcp_sched_ops *sched) in mptcp_init_sched()
126 struct mptcp_sched_ops *sched = msk->sched; in mptcp_release_sched()
Dprotocol.h337 struct mptcp_sched_ops *sched;
744 struct mptcp_sched_ops *mptcp_sched_find(const char *name);
745 int mptcp_register_scheduler(struct mptcp_sched_ops *sched);
746 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched);
749 struct mptcp_sched_ops *sched);
Dctrl.c109 struct mptcp_sched_ops *sched; in mptcp_set_scheduler()
/linux-6.14.4/include/net/
Dmptcp.h111 struct mptcp_sched_ops { struct