Lines Matching refs:psk
439 int vsock_assign_transport(struct vsock_sock *vsk, struct vsock_sock *psk)
452 * The flag is set on the (listen) receive path (psk is not NULL). On
455 if (psk && vsk->local_addr.svm_cid > VMADDR_CID_HOST &&
507 ret = new_transport->init(vsk, psk);
735 struct vsock_sock *psk;
771 psk = parent ? vsock_sk(parent) : NULL;
773 vsk->trusted = psk->trusted;
774 vsk->owner = get_cred(psk->owner);
775 vsk->connect_timeout = psk->connect_timeout;
776 vsk->buffer_size = psk->buffer_size;
777 vsk->buffer_min_size = psk->buffer_min_size;
778 vsk->buffer_max_size = psk->buffer_max_size;