Searched refs:mptopt (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/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 */ 567 extern struct mptopt *mptcp_sopt_alloc(zalloc_flags_t); 569 extern void mptcp_sopt_free(struct mptopt *); 570 extern void mptcp_sopt_insert(struct mptses *, struct mptopt *); 571 extern void mptcp_sopt_remove(struct mptses *, struct mptopt *); 572 extern struct mptopt *mptcp_sopt_find(struct mptses *, struct sockopt *); 585 struct mptopt *); 587 struct mptopt *);
|
| H A D | mptcp_usrreq.c | 1468 mptcp_setopt_apply(struct mptses *mpte, struct mptopt *mpo) in mptcp_setopt_apply() 1472 struct mptopt smpo; in mptcp_setopt_apply() 1577 struct mptopt smpo, *mpo = NULL; in mptcp_setopt() 2082 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() 1249 struct mptopt * 1259 mptcp_sopt_free(struct mptopt *mpo) in mptcp_sopt_free() 1270 mptcp_sopt_insert(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_insert() 1281 mptcp_sopt_remove(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_remove() 1292 struct mptopt * 1295 struct mptopt *mpo; in mptcp_sopt_find() 1449 struct mptopt smpo, *mpo, *tmpo; in mptcp_subflow_socreate() 4437 mptcp_subflow_sosetopt(struct mptses *mpte, struct mptsub *mpts, struct mptopt *mpo) in mptcp_subflow_sosetopt() [all …]
|