Searched refs:mppcbinfo (Results 1 – 6 of 6) sorted by relevance
54 struct mppcbinfo *mpp_pcbinfo; /* PCB info */96 struct mppcbinfo { struct97 TAILQ_ENTRY(mppcbinfo) mppi_entry; /* glue to all PCB info */105 uint32_t (*mppi_gc)(struct mppcbinfo *); /* garbage collector func */ argument106 uint32_t (*mppi_timer)(struct mppcbinfo *); /* timer func */ argument110 extern void mp_pcbinfo_attach(struct mppcbinfo *);111 extern int mp_pcbinfo_detach(struct mppcbinfo *);112 extern int mp_pcballoc(struct socket *, struct mppcbinfo *);
53 static TAILQ_HEAD(, mppcbinfo) mppi_head = TAILQ_HEAD_INITIALIZER(mppi_head);74 struct mppcbinfo *mppi; in mp_timeout()160 mp_pcbinfo_attach(struct mppcbinfo *mppi) in mp_pcbinfo_attach()162 struct mppcbinfo *mppi0; in mp_pcbinfo_attach()177 mp_pcbinfo_detach(struct mppcbinfo *mppi) in mp_pcbinfo_detach()179 struct mppcbinfo *mppi0; in mp_pcbinfo_detach()199 mp_pcballoc(struct socket *so, struct mppcbinfo *mppi) in mp_pcballoc()243 struct mppcbinfo *mppi = mpp->mpp_pcbinfo; in mptcp_pcbdispose()
35 extern uint32_t mptcp_timer(struct mppcbinfo *mppi);
131 mptcp_timer(struct mppcbinfo *mppi) in mptcp_timer()
477 extern struct mppcbinfo mtcbinfo;
143 struct mppcbinfo mtcbinfo;265 struct mppcbinfo *mppi; in mptcp_session_create()4591 mptcp_gc(struct mppcbinfo *mppi) in mptcp_gc()