Home
last modified time | relevance | path

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

/linux-6.12.1/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()
76 int mptcp_register_scheduler(struct mptcp_sched_ops *sched) in mptcp_register_scheduler()
93 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched) in mptcp_unregister_scheduler()
109 struct mptcp_sched_ops *sched) in mptcp_init_sched()
128 struct mptcp_sched_ops *sched = msk->sched; in mptcp_release_sched()
Dprotocol.h335 struct mptcp_sched_ops *sched;
742 struct mptcp_sched_ops *mptcp_sched_find(const char *name);
743 int mptcp_register_scheduler(struct mptcp_sched_ops *sched);
744 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched);
747 struct mptcp_sched_ops *sched);
Dctrl.c108 struct mptcp_sched_ops *sched; in mptcp_set_scheduler()
/linux-6.12.1/include/net/
Dmptcp.h111 struct mptcp_sched_ops { struct