Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dsched.c43 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;
H A Dprotocol.h353 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);
/linux/include/net/
H A Dmptcp.h104 struct mptcp_sched_ops { struct