Searched refs:mptopt (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | mptcp_var.h | 65 TAILQ_HEAD(, mptopt) mpte_sopts; /* list of socket options */ 229 struct mptopt { struct 230 TAILQ_ENTRY(mptopt) mpo_entry; /* glue to other options */ 571 extern struct mptopt *mptcp_sopt_alloc(void); 573 extern void mptcp_sopt_free(struct mptopt *); 574 extern void mptcp_sopt_insert(struct mptses *, struct mptopt *); 575 extern void mptcp_sopt_remove(struct mptses *, struct mptopt *); 576 extern struct mptopt *mptcp_sopt_find(struct mptses *, struct sockopt *); 589 struct mptopt *); 591 struct mptopt *);
|
| H A D | mptcp_usrreq.c | 1476 mptcp_setopt_apply(struct mptses *mpte, struct mptopt *mpo) in mptcp_setopt_apply() 1480 struct mptopt smpo; in mptcp_setopt_apply() 1585 struct mptopt smpo, *mpo = NULL; in mptcp_setopt() 2107 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); 249 struct mptopt *mpo, *tmpo; in mptcp_flush_sopts() 1257 struct mptopt * 1267 mptcp_sopt_free(struct mptopt *mpo) in mptcp_sopt_free() 1278 mptcp_sopt_insert(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_insert() 1289 mptcp_sopt_remove(struct mptses *mpte, struct mptopt *mpo) in mptcp_sopt_remove() 1300 struct mptopt * 1303 struct mptopt *mpo; in mptcp_sopt_find() 1457 struct mptopt smpo, *mpo, *tmpo; in mptcp_subflow_socreate() 4472 mptcp_subflow_sosetopt(struct mptses *mpte, struct mptsub *mpts, struct mptopt *mpo) in mptcp_subflow_sosetopt() [all …]
|