Searched refs:mptopt (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | mptcp_var.h | 63 TAILQ_HEAD(, mptopt) mpte_sopts; /* list of socket options */ 227 struct mptopt { struct 228 TAILQ_ENTRY(mptopt) mpo_entry; /* glue to other options */ 568 extern struct mptopt *mptcp_sopt_alloc(void); 570 extern void mptcp_sopt_free(struct mptopt *); 571 extern void mptcp_sopt_insert(struct mptses *, struct mptopt *); 572 extern void mptcp_sopt_remove(struct mptses *, struct mptopt *); 573 extern struct mptopt *mptcp_sopt_find(struct mptses *, struct sockopt *); 586 struct mptopt *); 588 struct mptopt *);
|
| H A D | mptcp_usrreq.c | 1471 mptcp_setopt_apply(struct mptses *mpte, struct mptopt *mpo) in mptcp_setopt_apply() 1475 struct mptopt smpo; in mptcp_setopt_apply() 1580 struct mptopt smpo, *mpo = NULL; in mptcp_setopt() 2100 struct mptopt *__single mpo = mptcp_sopt_find(mpte, sopt); in mptcp_getopt()
|
| H A D | mptcp_subr.c | 139 static KALLOC_TYPE_DEFINE(mptopt_zone, struct mptopt, NET_KT_DEFAULT); 245 struct mptopt *mpo, *tmpo; in mptcp_flush_sopts() 1251 struct mptopt * 1261 mptcp_sopt_free(struct mptopt *mpo) in mptcp_sopt_free() 1272 mptcp_sopt_insert(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_insert() 1283 mptcp_sopt_remove(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_remove() 1294 struct mptopt * 1297 struct mptopt *mpo; in mptcp_sopt_find() 1451 struct mptopt smpo, *mpo, *tmpo; in mptcp_subflow_socreate() 4448 mptcp_subflow_sosetopt(struct mptses *mpte, struct mptsub *mpts, struct mptopt *mpo) in mptcp_subflow_sosetopt() [all …]
|