Searched refs:mptopt (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_var.h54 TAILQ_HEAD(, mptopt) mpte_sopts; /* list of socket options */
102 struct mptopt { struct
103 TAILQ_ENTRY(mptopt) mpo_entry; /* glue to other options */
524 extern struct mptopt *mptcp_sopt_alloc(int);
526 extern void mptcp_sopt_free(struct mptopt *);
527 extern void mptcp_sopt_insert(struct mptses *, struct mptopt *);
528 extern void mptcp_sopt_remove(struct mptses *, struct mptopt *);
529 extern struct mptopt *mptcp_sopt_find(struct mptses *, struct sockopt *);
544 struct mptopt *);
546 struct mptopt *);
[all...]
H A Dmptcp_subr.c188 static unsigned int mptopt_zone_size; /* size of mptopt */
189 static struct zone *mptopt_zone; /* zone for mptopt */
327 mptopt_zone_size = sizeof (struct mptopt);
329 1024, "mptopt")) == NULL) {
451 struct mptopt *
454 struct mptopt *mpo;
469 mptcp_sopt_free(struct mptopt *mpo)
480 mptcp_sopt_insert(struct mptses *mpte, struct mptopt *mpo)
492 mptcp_sopt_remove(struct mptses *mpte, struct mptopt *mpo)
503 struct mptopt *
[all...]
H A Dmptcp_usrreq.c85 static int mptcp_setopt_apply(struct mptses *, struct mptopt *);
1426 mptcp_setopt_apply(struct mptses *mpte, struct mptopt *mpo)
1430 struct mptopt smpo;
1549 struct mptopt smpo, *mpo = NULL;
1721 struct mptopt *mpo;

Completed in 30 milliseconds