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

/linux-master/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)
42 struct mptcp_sched_ops *sched, *ret = NULL;
59 struct mptcp_sched_ops *sched;
76 int mptcp_register_scheduler(struct mptcp_sched_ops *sched)
93 void mptcp_unregister_scheduler(struct mptcp_sched_ops *sched)
109 struct mptcp_sched_ops *sched)
128 struct mptcp_sched_ops *sched = msk->sched;
H A Dctrl.c102 struct mptcp_sched_ops *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);
/linux-master/include/net/
H A Dmptcp.h111 struct mptcp_sched_ops { struct

Completed in 117 milliseconds