Searched refs:mptopt (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | mptcp_var.h | 63 TAILQ_HEAD(, mptopt) mpte_sopts; /* list of socket options */ 226 struct mptopt { struct 227 TAILQ_ENTRY(mptopt) mpo_entry; /* glue to other options */ 601 extern struct mptopt *mptcp_sopt_alloc(zalloc_flags_t); 603 extern void mptcp_sopt_free(struct mptopt *); 604 extern void mptcp_sopt_insert(struct mptses *, struct mptopt *); 605 extern void mptcp_sopt_remove(struct mptses *, struct mptopt *); 606 extern struct mptopt *mptcp_sopt_find(struct mptses *, struct sockopt *); 619 struct mptopt *); 621 struct mptopt *);
|
| H A D | mptcp_usrreq.c | 1465 mptcp_setopt_apply(struct mptses *mpte, struct mptopt *mpo) in mptcp_setopt_apply() 1469 struct mptopt smpo; in mptcp_setopt_apply() 1574 struct mptopt smpo, *mpo = NULL; in mptcp_setopt() 2079 struct mptopt *mpo = mptcp_sopt_find(mpte, sopt); in mptcp_getopt()
|
| H A D | mptcp_subr.c | 164 static ZONE_DEFINE_TYPE(mptopt_zone, "mptopt", struct mptopt, ZC_ZFREE_CLEARMEM); 436 struct mptopt *mpo, *tmpo; in mptcp_flush_sopts() 1438 struct mptopt * 1448 mptcp_sopt_free(struct mptopt *mpo) in mptcp_sopt_free() 1459 mptcp_sopt_insert(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_insert() 1470 mptcp_sopt_remove(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_remove() 1481 struct mptopt * 1484 struct mptopt *mpo; in mptcp_sopt_find() 1640 struct mptopt smpo, *mpo, *tmpo; in mptcp_subflow_socreate() 4631 mptcp_subflow_sosetopt(struct mptses *mpte, struct mptsub *mpts, struct mptopt *mpo) in mptcp_subflow_sosetopt() [all …]
|