Searched refs:mptopt (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/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 */ 570 extern struct mptopt *mptcp_sopt_alloc(zalloc_flags_t); 572 extern void mptcp_sopt_free(struct mptopt *); 573 extern void mptcp_sopt_insert(struct mptses *, struct mptopt *); 574 extern void mptcp_sopt_remove(struct mptses *, struct mptopt *); 575 extern struct mptopt *mptcp_sopt_find(struct mptses *, struct sockopt *); 588 struct mptopt *); 590 struct mptopt *);
|
| H A D | mptcp_usrreq.c | 1470 mptcp_setopt_apply(struct mptses *mpte, struct mptopt *mpo) in mptcp_setopt_apply() 1474 struct mptopt smpo; in mptcp_setopt_apply() 1579 struct mptopt smpo, *mpo = NULL; in mptcp_setopt() 2084 struct mptopt *mpo = mptcp_sopt_find(mpte, sopt); in mptcp_getopt()
|
| H A D | mptcp_subr.c | 138 static KALLOC_TYPE_DEFINE(mptopt_zone, struct mptopt, NET_KT_DEFAULT); 244 struct mptopt *mpo, *tmpo; in mptcp_flush_sopts() 1248 struct mptopt * 1258 mptcp_sopt_free(struct mptopt *mpo) in mptcp_sopt_free() 1269 mptcp_sopt_insert(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_insert() 1280 mptcp_sopt_remove(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_remove() 1291 struct mptopt * 1294 struct mptopt *mpo; in mptcp_sopt_find() 1450 struct mptopt smpo, *mpo, *tmpo; in mptcp_subflow_socreate() 4439 mptcp_subflow_sosetopt(struct mptses *mpte, struct mptsub *mpts, struct mptopt *mpo) in mptcp_subflow_sosetopt() [all …]
|