Lines Matching refs:coas
795 conn_opt_arg_t coas; in sctp_get_opt() local
797 coas.coa_connp = connp; in sctp_get_opt()
798 coas.coa_ixa = connp->conn_ixa; in sctp_get_opt()
799 coas.coa_ipp = &connp->conn_xmit_ipp; in sctp_get_opt()
1027 retval = conn_opt_get(&coas, level, name, ptr); in sctp_get_opt()
1045 conn_opt_arg_t coas; in sctp_set_opt() local
1047 coas.coa_connp = connp; in sctp_set_opt()
1048 coas.coa_ixa = connp->conn_ixa; in sctp_set_opt()
1049 coas.coa_ipp = &connp->conn_xmit_ipp; in sctp_set_opt()
1050 coas.coa_ancillary = B_FALSE; in sctp_set_opt()
1051 coas.coa_changed = 0; in sctp_set_opt()
1323 retval = conn_opt_set(&coas, level, name, inlen, (uchar_t *)invalp, in sctp_set_opt()
1328 if (coas.coa_changed & COA_ROUTE_CHANGED) { in sctp_set_opt()
1337 if (coas.coa_changed & COA_HEADER_CHANGED) { in sctp_set_opt()
1342 if (coas.coa_changed & COA_WROFF_CHANGED) { in sctp_set_opt()