Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A 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()
H A Dprotocol.h329 struct mptcp_sched_ops *sched;
722 struct mptcp_sched_ops *mptcp_sched_find(const char *name);
723 int mptcp_register_scheduler(struct mptcp_sched_ops *sched);
724 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched);
727 struct mptcp_sched_ops *sched);
H A Dctrl.c102 struct mptcp_sched_ops *sched; in mptcp_set_scheduler()
/linux/include/net/
H A Dmptcp.h111 struct mptcp_sched_ops { struct