Lines Matching defs:psk
445 int vsock_assign_transport(struct vsock_sock *vsk, struct vsock_sock *psk)
458 * The flag is set on the (listen) receive path (psk is not NULL). On
461 if (psk && vsk->local_addr.svm_cid > VMADDR_CID_HOST &&
522 ret = new_transport->init(vsk, psk);
750 struct vsock_sock *psk;
786 psk = parent ? vsock_sk(parent) : NULL;
788 vsk->trusted = psk->trusted;
789 vsk->owner = get_cred(psk->owner);
790 vsk->connect_timeout = psk->connect_timeout;
791 vsk->buffer_size = psk->buffer_size;
792 vsk->buffer_min_size = psk->buffer_min_size;
793 vsk->buffer_max_size = psk->buffer_max_size;